Html Css Color HEX #033C9C Smalt

📋 copy color: '#033C9C'

red 3 ◦ green 60 ◦ blue 156

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

Shades of Smalt #033C9C

Tints of Smalt #033C9C

RGB

 RED value IS 3 (1.56% from 255) = 1.37%

 GREEN value IS 60 (23.83% from 255) = 27.4%

 BLUE value IS 156 (61.33% from 255) = 71.23%

R = 1.37%
G = 27.4%
B = 71.23%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#033C9C (or 0x033C9C) is known color: Smalt. HEX triplet: 03, 3C and 9C. RGB value is (3,60,156). Sum of RGB (Red+Green+Blue) = 3+60+156=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 156 (61.33% from 255 or 71.23% from 219); Max value from RGB is 156 - color contains mainly: blue. Hex color #033C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C9C is #FCC363. Grayscale: #353535. Windows color (decimal): -16565092 or 10238979. OLE color: 10238979.

HSL color Cylindrical-coordinate representation of color #033C9C: hue angle of 217.65º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C9C is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 60 156 -
CMYK 0.98 0.62 0 0.39
HSL 217.65º 0.96% 0.31% -
HSV(B) 217.65º 0.98% 0.61% -
XYZ 7.65 5.65 32.14 -
YUV 53.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 3 60 156 0.98 0.62 0 0.39 217.65 0.96 0.31
Hex 3 3C 9C 62 3E 0 27 DA 60 1F
Octal 3 74 234 142 76 0 47 332 140 37
Binary 11 111100 10011100 1100010 111110 0 100111 11011010 1100000 11111

Color Harmonies of #033C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C9C

Black with #033C9C

Text Example


Text Example

White with #033C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C9C; }

 p { color: rgb(3,60,156); }

 H1.HeaderClassName
 {
   color: #033C9C;
 }
 .AnyTagClassName
 {
   color: #033C9C;
 }
</style>

background-color css

<style>
 a { background-color: #033C9C; }

 a { background-color: rgb(3,60,156); }

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

border-color css

<style>
 span { border-color: #033C9C; }

 span { border-color: rgb(3,60,156); }

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