Html Css Color HEX #33688C Astral

📋 copy color: '#33688C'

red 51 ◦ green 104 ◦ blue 140

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

Shades of Astral #33688C

Tints of Astral #33688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 17.29%
G = 35.25%
B = 47.46%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33688C (or 0x33688C) is known color: Astral. HEX triplet: 33, 68 and 8C. RGB value is (51,104,140). Sum of RGB (Red+Green+Blue) = 51+104+140=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #33688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33688C is #CC9773. Grayscale: #5C5C5C. Windows color (decimal): -13408116 or 9201715. OLE color: 9201715.

HSL color Cylindrical-coordinate representation of color #33688C: hue angle of 204.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33688C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 104 140 -
CMYK 0.64 0.26 0 0.45
HSL 204.27º 0.47% 0.37% -
HSV(B) 204.27º 0.64% 0.55% -
XYZ 11.05 12.5 26.64 -
YUV 92.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 51 104 140 0.64 0.26 0 0.45 204.27 0.47 0.37
Hex 33 68 8C 40 1A 0 2D CC 2F 25
Octal 63 150 214 100 32 0 55 314 57 45
Binary 110011 1101000 10001100 1000000 11010 0 101101 11001100 101111 100101

Color Harmonies of #33688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33688C

Black with #33688C

Text Example


Text Example

White with #33688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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