Html Css Color HEX #033F92 Smalt

📋 copy color: '#033F92'

red 3 ◦ green 63 ◦ blue 146

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

Shades of Smalt #033F92

Tints of Smalt #033F92

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 1.42%
G = 29.72%
B = 68.87%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#033F92 (or 0x033F92) is known color: Smalt. HEX triplet: 03, 3F and 92. RGB value is (3,63,146). Sum of RGB (Red+Green+Blue) = 3+63+146=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #033F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F92 is #FCC06D. Grayscale: #363636. Windows color (decimal): -16564334 or 9584387. OLE color: 9584387.

HSL color Cylindrical-coordinate representation of color #033F92: hue angle of 214.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033F92 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 63 146 -
CMYK 0.98 0.57 0 0.43
HSL 214.83º 0.96% 0.29% -
HSV(B) 214.83º 0.98% 0.57% -
XYZ 7 5.65 27.92 -
YUV 54.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 3 63 146 0.98 0.57 0 0.43 214.83 0.96 0.29
Hex 3 3F 92 62 39 0 2B D7 60 1D
Octal 3 77 222 142 71 0 53 327 140 35
Binary 11 111111 10010010 1100010 111001 0 101011 11010111 1100000 11101

Color Harmonies of #033F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F92

Black with #033F92

Text Example


Text Example

White with #033F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,146); }

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

background-color css

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

 a { background-color: rgb(3,63,146); }

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

border-color css

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

 span { border-color: rgb(3,63,146); }

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