Html Css Color HEX #33688B Astral

📋 copy color: '#33688B'

red 51 ◦ green 104 ◦ blue 139

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

Shades of Astral #33688B

Tints of Astral #33688B

RGB

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

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

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

R = 17.35%
G = 35.37%
B = 47.28%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33688B (or 0x33688B) is known color: Astral. HEX triplet: 33, 68 and 8B. RGB value is (51,104,139). Sum of RGB (Red+Green+Blue) = 51+104+139=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #33688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33688B is #CC9774. Grayscale: #5B5B5B. Windows color (decimal): -13408117 or 9136179. OLE color: 9136179.

HSL color Cylindrical-coordinate representation of color #33688B: hue angle of 203.86º 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 #33688B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 104 139 -
CMYK 0.63 0.25 0 0.45
HSL 203.86º 0.46% 0.37% -
HSV(B) 203.86º 0.63% 0.55% -
XYZ 10.98 12.47 26.25 -
YUV 92.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 51 104 139 0.63 0.25 0 0.45 203.86 0.46 0.37
Hex 33 68 8B 3F 19 0 2D CC 2E 25
Octal 63 150 213 77 31 0 55 314 56 45
Binary 110011 1101000 10001011 111111 11001 0 101101 11001100 101110 100101

Color Harmonies of #33688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33688B

Black with #33688B

Text Example


Text Example

White with #33688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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