Html Css Color HEX #033485 Smalt

📋 copy color: '#033485'

red 3 ◦ green 52 ◦ blue 133

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

Shades of Smalt #033485

Tints of Smalt #033485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 133 (52.34% from 255) = 70.74%

R = 1.6%
G = 27.66%
B = 70.74%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033485 (or 0x033485) is known color: Smalt. HEX triplet: 03, 34 and 85. RGB value is (3,52,133). Sum of RGB (Red+Green+Blue) = 3+52+133=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #033485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033485 is #FCCB7A. Grayscale: #2E2E2E. Windows color (decimal): -16567163 or 8729603. OLE color: 8729603.

HSL color Cylindrical-coordinate representation of color #033485: hue angle of 217.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033485 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 52 133 -
CMYK 0.98 0.61 0 0.48
HSL 217.38º 0.96% 0.27% -
HSV(B) 217.38º 0.98% 0.52% -
XYZ 5.5 4.17 22.71 -
YUV 46.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 3 52 133 0.98 0.61 0 0.48 217.38 0.96 0.27
Hex 3 34 85 62 3D 0 30 D9 60 1B
Octal 3 64 205 142 75 0 60 331 140 33
Binary 11 110100 10000101 1100010 111101 0 110000 11011001 1100000 11011

Color Harmonies of #033485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033485

Black with #033485

Text Example


Text Example

White with #033485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033485; }

 p { color: rgb(3,52,133); }

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

background-color css

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

 a { background-color: rgb(3,52,133); }

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

border-color css

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

 span { border-color: rgb(3,52,133); }

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