Html Css Color HEX #33698B Astral

📋 copy color: '#33698B'

red 51 ◦ green 105 ◦ blue 139

#33698B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #33698B

Tints of Astral #33698B

RGB

 RED value IS 51 (20.31% from 255) = 17.29%

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 17.29%
G = 35.59%
B = 47.12%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33698B (or 0x33698B) is known color: Astral. HEX triplet: 33, 69 and 8B. RGB value is (51,105,139). Sum of RGB (Red+Green+Blue) = 51+105+139=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #33698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698B is #CC9674. Grayscale: #5C5C5C. Windows color (decimal): -13407861 or 9136435. OLE color: 9136435.

HSL color Cylindrical-coordinate representation of color #33698B: hue angle of 203.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33698B is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 105 139 -
CMYK 0.63 0.24 0 0.45
HSL 203.18º 0.46% 0.37% -
HSV(B) 203.18º 0.63% 0.55% -
XYZ 11.08 12.67 26.29 -
YUV 92.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 51 105 139 0.63 0.24 0 0.45 203.18 0.46 0.37
Hex 33 69 8B 3F 18 0 2D CB 2E 25
Octal 63 151 213 77 30 0 55 313 56 45
Binary 110011 1101001 10001011 111111 11000 0 101101 11001011 101110 100101

Color Harmonies of #33698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33698B

Black with #33698B

Text Example


Text Example

White with #33698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33698B; }

 p { color: rgb(51,105,139); }

 H1.HeaderClassName
 {
   color: #33698B;
 }
 .AnyTagClassName
 {
   color: #33698B;
 }
</style>

background-color css

<style>
 a { background-color: #33698B; }

 a { background-color: rgb(51,105,139); }

 div.DivClassName
 {
   background-color: #33698B;
 }
 .BgClassName
 {
   background-color: #33698B;
 }
</style>

border-color css

<style>
 span { border-color: #33698B; }

 span { border-color: rgb(51,105,139); }

 td.TdClassName
 {
   border-color: #33698B;
 }
 .TagClassName
 {
   border-color: #33698B;
 }
</style>