Html Css Color HEX #033385 Smalt

📋 copy color: '#033385'

red 3 ◦ green 51 ◦ blue 133

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

Shades of Smalt #033385

Tints of Smalt #033385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 1.6%
G = 27.27%
B = 71.12%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#033385 (or 0x033385) is known color: Smalt. HEX triplet: 03, 33 and 85. RGB value is (3,51,133). Sum of RGB (Red+Green+Blue) = 3+51+133=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #033385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033385 is #FCCC7A. Grayscale: #2D2D2D. Windows color (decimal): -16567419 or 8729347. OLE color: 8729347.

HSL color Cylindrical-coordinate representation of color #033385: hue angle of 217.85º 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 #033385 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 51 133 -
CMYK 0.98 0.62 0 0.48
HSL 217.85º 0.96% 0.27% -
HSV(B) 217.85º 0.98% 0.52% -
XYZ 5.46 4.08 22.69 -
YUV 46 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 3 51 133 0.98 0.62 0 0.48 217.85 0.96 0.27
Hex 3 33 85 62 3E 0 30 DA 60 1B
Octal 3 63 205 142 76 0 60 332 140 33
Binary 11 110011 10000101 1100010 111110 0 110000 11011010 1100000 11011

Color Harmonies of #033385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033385

Black with #033385

Text Example


Text Example

White with #033385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033385; }

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

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

background-color css

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

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

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

border-color css

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

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

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