Html Css Color HEX #003285 Smalt

📋 copy color: '#003285'

red 0 ◦ green 50 ◦ blue 133

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

Shades of Smalt #003285

Tints of Smalt #003285

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 27.32%

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

R = 0%
G = 27.32%
B = 72.68%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#003285 (or 0x003285) is known color: Smalt. HEX triplet: 00, 32 and 85. RGB value is (0,50,133). Sum of RGB (Red+Green+Blue) = 0+50+133=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #003285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003285 is #FFCD7A. Grayscale: #2C2C2C. Windows color (decimal): -16764283 or 8729088. OLE color: 8729088.

HSL color Cylindrical-coordinate representation of color #003285: hue angle of 217.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003285 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 50 133 -
CMYK 1 0.62 0 0.48
HSL 217.44º 1% 0.26% -
HSV(B) 217.44º 1% 0.52% -
XYZ 5.37 3.97 22.67 -
YUV 44.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 0 50 133 1 0.62 0 0.48 217.44 1 0.26
Hex 0 32 85 64 3E 0 30 D9 64 1A
Octal 0 62 205 144 76 0 60 331 144 32
Binary 0 110010 10000101 1100100 111110 0 110000 11011001 1100100 11010

Color Harmonies of #003285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003285

Black with #003285

Text Example


Text Example

White with #003285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003285; }

 p { color: rgb(0,50,133); }

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

background-color css

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

 a { background-color: rgb(0,50,133); }

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

border-color css

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

 span { border-color: rgb(0,50,133); }

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