Html Css Color HEX #003B8C Smalt

📋 copy color: '#003B8C'

red 0 ◦ green 59 ◦ blue 140

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

Shades of Smalt #003B8C

Tints of Smalt #003B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

 BLUE value IS 140 (55.08% from 255) = 70.35%

R = 0%
G = 29.65%
B = 70.35%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#003B8C (or 0x003B8C) is known color: Smalt. HEX triplet: 00, 3B and 8C. RGB value is (0,59,140). Sum of RGB (Red+Green+Blue) = 0+59+140=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #003B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003B8C is #FFC473. Grayscale: #323232. Windows color (decimal): -16761972 or 9190144. OLE color: 9190144.

HSL color Cylindrical-coordinate representation of color #003B8C: hue angle of 214.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B8C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 59 140 -
CMYK 1 0.58 0 0.45
HSL 214.71º 1% 0.27% -
HSV(B) 214.71º 1% 0.55% -
XYZ 6.3 5.02 25.45 -
YUV 50.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 0 59 140 1 0.58 0 0.45 214.71 1 0.27
Hex 0 3B 8C 64 3A 0 2D D7 64 1B
Octal 0 73 214 144 72 0 55 327 144 33
Binary 0 111011 10001100 1100100 111010 0 101101 11010111 1100100 11011

Color Harmonies of #003B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B8C

Black with #003B8C

Text Example


Text Example

White with #003B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003B8C; }

 p { color: rgb(0,59,140); }

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

background-color css

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

 a { background-color: rgb(0,59,140); }

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

border-color css

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

 span { border-color: rgb(0,59,140); }

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