Html Css Color HEX #03339C Smalt

📋 copy color: '#03339C'

red 3 ◦ green 51 ◦ blue 156

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

Shades of Smalt #03339C

Tints of Smalt #03339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 1.43%
G = 24.29%
B = 74.29%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03339C (or 0x03339C) is known color: Smalt. HEX triplet: 03, 33 and 9C. RGB value is (3,51,156). Sum of RGB (Red+Green+Blue) = 3+51+156=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #03339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03339C is #FCCC63. Grayscale: #303030. Windows color (decimal): -16567396 or 10236675. OLE color: 10236675.

HSL color Cylindrical-coordinate representation of color #03339C: hue angle of 221.18º 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 #03339C is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 51 156 -
CMYK 0.98 0.67 0 0.39
HSL 221.18º 0.96% 0.31% -
HSV(B) 221.18º 0.98% 0.61% -
XYZ 7.22 4.79 32 -
YUV 48.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 3 51 156 0.98 0.67 0 0.39 221.18 0.96 0.31
Hex 3 33 9C 62 43 0 27 DD 60 1F
Octal 3 63 234 142 103 0 47 335 140 37
Binary 11 110011 10011100 1100010 1000011 0 100111 11011101 1100000 11111

Color Harmonies of #03339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03339C

Black with #03339C

Text Example


Text Example

White with #03339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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