Html Css Color HEX #033594 Smalt

📋 copy color: '#033594'

red 3 ◦ green 53 ◦ blue 148

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

Shades of Smalt #033594

Tints of Smalt #033594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 1.47%
G = 25.98%
B = 72.55%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033594 (or 0x033594) is known color: Smalt. HEX triplet: 03, 35 and 94. RGB value is (3,53,148). Sum of RGB (Red+Green+Blue) = 3+53+148=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #033594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033594 is #FCCA6B. Grayscale: #303030. Windows color (decimal): -16566892 or 9712899. OLE color: 9712899.

HSL color Cylindrical-coordinate representation of color #033594: hue angle of 219.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033594 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 53 148 -
CMYK 0.98 0.64 0 0.42
HSL 219.31º 0.96% 0.3% -
HSV(B) 219.31º 0.98% 0.58% -
XYZ 6.66 4.7 28.57 -
YUV 48.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 3 53 148 0.98 0.64 0 0.42 219.31 0.96 0.3
Hex 3 35 94 62 40 0 2A DB 60 1E
Octal 3 65 224 142 100 0 52 333 140 36
Binary 11 110101 10010100 1100010 1000000 0 101010 11011011 1100000 11110

Color Harmonies of #033594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033594

Black with #033594

Text Example


Text Example

White with #033594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033594; }

 p { color: rgb(3,53,148); }

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

background-color css

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

 a { background-color: rgb(3,53,148); }

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

border-color css

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

 span { border-color: rgb(3,53,148); }

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