Html Css Color HEX #03368C Smalt

📋 copy color: '#03368C'

red 3 ◦ green 54 ◦ blue 140

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

Shades of Smalt #03368C

Tints of Smalt #03368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

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

R = 1.52%
G = 27.41%
B = 71.07%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03368C (or 0x03368C) is known color: Smalt. HEX triplet: 03, 36 and 8C. RGB value is (3,54,140). Sum of RGB (Red+Green+Blue) = 3+54+140=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #03368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03368C is #FCC973. Grayscale: #303030. Windows color (decimal): -16566644 or 9188867. OLE color: 9188867.

HSL color Cylindrical-coordinate representation of color #03368C: hue angle of 217.66º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03368C is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 54 140 -
CMYK 0.98 0.61 0 0.45
HSL 217.66º 0.96% 0.28% -
HSV(B) 217.66º 0.98% 0.55% -
XYZ 6.09 4.55 25.37 -
YUV 48.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 3 54 140 0.98 0.61 0 0.45 217.66 0.96 0.28
Hex 3 36 8C 62 3D 0 2D DA 60 1C
Octal 3 66 214 142 75 0 55 332 140 34
Binary 11 110110 10001100 1100010 111101 0 101101 11011010 1100000 11100

Color Harmonies of #03368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03368C

Black with #03368C

Text Example


Text Example

White with #03368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,54,140); }

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

background-color css

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

 a { background-color: rgb(3,54,140); }

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

border-color css

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

 span { border-color: rgb(3,54,140); }

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