Html Css Color HEX #336C93 Astral

📋 copy color: '#336C93'

red 51 ◦ green 108 ◦ blue 147

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

Shades of Astral #336C93

Tints of Astral #336C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 16.67%
G = 35.29%
B = 48.04%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336C93 (or 0x336C93) is known color: Astral. HEX triplet: 33, 6C and 93. RGB value is (51,108,147). Sum of RGB (Red+Green+Blue) = 51+108+147=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #336C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336C93 is #CC936C. Grayscale: #5F5F5F. Windows color (decimal): -13407085 or 9661491. OLE color: 9661491.

HSL color Cylindrical-coordinate representation of color #336C93: hue angle of 204.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336C93 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 108 147 -
CMYK 0.65 0.27 0 0.42
HSL 204.38º 0.48% 0.39% -
HSV(B) 204.38º 0.65% 0.58% -
XYZ 11.99 13.54 29.58 -
YUV 95.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 51 108 147 0.65 0.27 0 0.42 204.38 0.48 0.39
Hex 33 6C 93 41 1B 0 2A CC 30 27
Octal 63 154 223 101 33 0 52 314 60 47
Binary 110011 1101100 10010011 1000001 11011 0 101010 11001100 110000 100111

Color Harmonies of #336C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C93

Black with #336C93

Text Example


Text Example

White with #336C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336C93; }

 p { color: rgb(51,108,147); }

 H1.HeaderClassName
 {
   color: #336C93;
 }
 .AnyTagClassName
 {
   color: #336C93;
 }
</style>

background-color css

<style>
 a { background-color: #336C93; }

 a { background-color: rgb(51,108,147); }

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

border-color css

<style>
 span { border-color: #336C93; }

 span { border-color: rgb(51,108,147); }

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