Html Css Color HEX #033B8D Smalt

📋 copy color: '#033B8D'

red 3 ◦ green 59 ◦ blue 141

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

Shades of Smalt #033B8D

Tints of Smalt #033B8D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

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

R = 1.48%
G = 29.06%
B = 69.46%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#033B8D (or 0x033B8D) is known color: Smalt. HEX triplet: 03, 3B and 8D. RGB value is (3,59,141). Sum of RGB (Red+Green+Blue) = 3+59+141=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #033B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033B8D is #FCC472. Grayscale: #333333. Windows color (decimal): -16565363 or 9255683. OLE color: 9255683.

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

Color convert

RGB 3 59 141 -
CMYK 0.98 0.58 0 0.45
HSL 215.65º 0.96% 0.28% -
HSV(B) 215.65º 0.98% 0.55% -
XYZ 6.41 5.07 25.84 -
YUV 51.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 3 59 141 0.98 0.58 0 0.45 215.65 0.96 0.28
Hex 3 3B 8D 62 3A 0 2D D8 60 1C
Octal 3 73 215 142 72 0 55 330 140 34
Binary 11 111011 10001101 1100010 111010 0 101101 11011000 1100000 11100

Color Harmonies of #033B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B8D

Black with #033B8D

Text Example


Text Example

White with #033B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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