Html Css Color HEX #003389 Smalt

📋 copy color: '#003389'

red 0 ◦ green 51 ◦ blue 137

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

Shades of Smalt #003389

Tints of Smalt #003389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 72.87%

R = 0%
G = 27.13%
B = 72.87%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#003389 (or 0x003389) is known color: Smalt. HEX triplet: 00, 33 and 89. RGB value is (0,51,137). Sum of RGB (Red+Green+Blue) = 0+51+137=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #003389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003389 is #FFCC76. Grayscale: #2D2D2D. Windows color (decimal): -16764023 or 8991488. OLE color: 8991488.

HSL color Cylindrical-coordinate representation of color #003389: hue angle of 217.66º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003389 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 51 137 -
CMYK 1 0.63 0 0.46
HSL 217.66º 1% 0.27% -
HSV(B) 217.66º 1% 0.54% -
XYZ 5.7 4.17 24.17 -
YUV 45.56 179.6 95.51 -
System Red Green Blue C M Y K H S L
Decimal 0 51 137 1 0.63 0 0.46 217.66 1 0.27
Hex 0 33 89 64 3F 0 2E DA 64 1B
Octal 0 63 211 144 77 0 56 332 144 33
Binary 0 110011 10001001 1100100 111111 0 101110 11011010 1100100 11011

Color Harmonies of #003389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003389

Black with #003389

Text Example


Text Example

White with #003389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003389; }

 p { color: rgb(0,51,137); }

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

background-color css

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

 a { background-color: rgb(0,51,137); }

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

border-color css

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

 span { border-color: rgb(0,51,137); }

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