Html Css Color HEX #033A8B Smalt

📋 copy color: '#033A8B'

red 3 ◦ green 58 ◦ blue 139

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

Shades of Smalt #033A8B

Tints of Smalt #033A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 1.5%
G = 29%
B = 69.5%

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

#033A8B (or 0x033A8B) is known color: Smalt. HEX triplet: 03, 3A and 8B. RGB value is (3,58,139). Sum of RGB (Red+Green+Blue) = 3+58+139=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #033A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A8B is #FCC574. Grayscale: #323232. Windows color (decimal): -16565621 or 9124355. OLE color: 9124355.

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

Color convert

RGB 3 58 139 -
CMYK 0.98 0.58 0 0.45
HSL 215.74º 0.96% 0.28% -
HSV(B) 215.74º 0.98% 0.55% -
XYZ 6.21 4.91 25.05 -
YUV 50.79 177.78 93.91 -
System Red Green Blue C M Y K H S L
Decimal 3 58 139 0.98 0.58 0 0.45 215.74 0.96 0.28
Hex 3 3A 8B 62 3A 0 2D D8 60 1C
Octal 3 72 213 142 72 0 55 330 140 34
Binary 11 111010 10001011 1100010 111010 0 101101 11011000 1100000 11100

Color Harmonies of #033A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A8B

Black with #033A8B

Text Example


Text Example

White with #033A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,139); }

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

background-color css

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

 a { background-color: rgb(3,58,139); }

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

border-color css

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

 span { border-color: rgb(3,58,139); }

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