Html Css Color HEX #33688A Astral

📋 copy color: '#33688A'

red 51 ◦ green 104 ◦ blue 138

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

Shades of Astral #33688A

Tints of Astral #33688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 138 (54.3% from 255) = 47.1%

R = 17.41%
G = 35.49%
B = 47.1%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#33688A (or 0x33688A) is known color: Astral. HEX triplet: 33, 68 and 8A. RGB value is (51,104,138). Sum of RGB (Red+Green+Blue) = 51+104+138=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #33688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33688A is #CC9775. Grayscale: #5B5B5B. Windows color (decimal): -13408118 or 9070643. OLE color: 9070643.

HSL color Cylindrical-coordinate representation of color #33688A: hue angle of 203.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33688A is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 104 138 -
CMYK 0.63 0.25 0 0.46
HSL 203.45º 0.46% 0.37% -
HSV(B) 203.45º 0.63% 0.54% -
XYZ 10.9 12.44 25.87 -
YUV 92.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 51 104 138 0.63 0.25 0 0.46 203.45 0.46 0.37
Hex 33 68 8A 3F 19 0 2E CB 2E 25
Octal 63 150 212 77 31 0 56 313 56 45
Binary 110011 1101000 10001010 111111 11001 0 101110 11001011 101110 100101

Color Harmonies of #33688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33688A

Black with #33688A

Text Example


Text Example

White with #33688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33688A; }

 p { color: rgb(51,104,138); }

 H1.HeaderClassName
 {
   color: #33688A;
 }
 .AnyTagClassName
 {
   color: #33688A;
 }
</style>

background-color css

<style>
 a { background-color: #33688A; }

 a { background-color: rgb(51,104,138); }

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

border-color css

<style>
 span { border-color: #33688A; }

 span { border-color: rgb(51,104,138); }

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