Html Css Color HEX #003C5F Prussian Blue

📋 copy color: '#003C5F'

red 0 ◦ green 60 ◦ blue 95

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

Shades of Prussian Blue #003C5F

Tints of Prussian Blue #003C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 0%
G = 38.71%
B = 61.29%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#003C5F (or 0x003C5F) is known color: Prussian Blue. HEX triplet: 00, 3C and 5F. RGB value is (0,60,95). Sum of RGB (Red+Green+Blue) = 0+60+95=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #003C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C5F is #FFC3A0. Grayscale: #2D2D2D. Windows color (decimal): -16761761 or 6241280. OLE color: 6241280.

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

Color convert

RGB 0 60 95 -
CMYK 1 0.37 0 0.63
HSL 202.11º 1% 0.19% -
HSV(B) 202.11º 1% 0.37% -
XYZ 3.68 4.06 11.42 -
YUV 46.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 0 60 95 1 0.37 0 0.63 202.11 1 0.19
Hex 0 3C 5F 64 25 0 3F CA 64 13
Octal 0 74 137 144 45 0 77 312 144 23
Binary 0 111100 1011111 1100100 100101 0 111111 11001010 1100100 10011

Color Harmonies of #003C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C5F

Black with #003C5F

Text Example


Text Example

White with #003C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,60,95); }

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

background-color css

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

 a { background-color: rgb(0,60,95); }

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

border-color css

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

 span { border-color: rgb(0,60,95); }

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