Html Css Color HEX #033C8D Smalt

📋 copy color: '#033C8D'

red 3 ◦ green 60 ◦ blue 141

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

Shades of Smalt #033C8D

Tints of Smalt #033C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 1.47%
G = 29.41%
B = 69.12%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#033C8D (or 0x033C8D) is known color: Smalt. HEX triplet: 03, 3C and 8D. RGB value is (3,60,141). Sum of RGB (Red+Green+Blue) = 3+60+141=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #033C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C8D is #FCC372. Grayscale: #333333. Windows color (decimal): -16565107 or 9255939. OLE color: 9255939.

HSL color Cylindrical-coordinate representation of color #033C8D: hue angle of 215.22º 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 #033C8D is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 60 141 -
CMYK 0.98 0.57 0 0.45
HSL 215.22º 0.96% 0.28% -
HSV(B) 215.22º 0.98% 0.55% -
XYZ 6.46 5.17 25.86 -
YUV 52.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 3 60 141 0.98 0.57 0 0.45 215.22 0.96 0.28
Hex 3 3C 8D 62 39 0 2D D7 60 1C
Octal 3 74 215 142 71 0 55 327 140 34
Binary 11 111100 10001101 1100010 111001 0 101101 11010111 1100000 11100

Color Harmonies of #033C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C8D

Black with #033C8D

Text Example


Text Example

White with #033C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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