Html Css Color HEX #003E5C Prussian Blue

📋 copy color: '#003E5C'

red 0 ◦ green 62 ◦ blue 92

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

Shades of Prussian Blue #003E5C

Tints of Prussian Blue #003E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.26%

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 0%
G = 40.26%
B = 59.74%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#003E5C (or 0x003E5C) is known color: Prussian Blue. HEX triplet: 00, 3E and 5C. RGB value is (0,62,92). Sum of RGB (Red+Green+Blue) = 0+62+92=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #003E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E5C is #FFC1A3. Grayscale: #2E2E2E. Windows color (decimal): -16761252 or 6045184. OLE color: 6045184.

HSL color Cylindrical-coordinate representation of color #003E5C: hue angle of 199.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E5C is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 62 92 -
CMYK 1 0.33 0 0.64
HSL 199.57º 1% 0.18% -
HSV(B) 199.57º 1% 0.36% -
XYZ 3.65 4.22 10.75 -
YUV 46.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 0 62 92 1 0.33 0 0.64 199.57 1 0.18
Hex 0 3E 5C 64 21 0 40 C8 64 12
Octal 0 76 134 144 41 0 100 310 144 22
Binary 0 111110 1011100 1100100 100001 0 1000000 11001000 1100100 10010

Color Harmonies of #003E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E5C

Black with #003E5C

Text Example


Text Example

White with #003E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,62,92); }

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

background-color css

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

 a { background-color: rgb(0,62,92); }

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

border-color css

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

 span { border-color: rgb(0,62,92); }

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