Html Css Color HEX #003C6C Prussian Blue

📋 copy color: '#003C6C'

red 0 ◦ green 60 ◦ blue 108

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

Shades of Prussian Blue #003C6C

Tints of Prussian Blue #003C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 64.29%

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#003C6C (or 0x003C6C) is known color: Prussian Blue. HEX triplet: 00, 3C and 6C. RGB value is (0,60,108). Sum of RGB (Red+Green+Blue) = 0+60+108=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #003C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C6C is #FFC393. Grayscale: #2F2F2F. Windows color (decimal): -16761748 or 7093248. OLE color: 7093248.

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

Color convert

RGB 0 60 108 -
CMYK 1 0.44 0 0.58
HSL 206.67º 1% 0.21% -
HSV(B) 206.67º 1% 0.42% -
XYZ 4.32 4.31 14.79 -
YUV 47.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 0 60 108 1 0.44 0 0.58 206.67 1 0.21
Hex 0 3C 6C 64 2C 0 3A CF 64 15
Octal 0 74 154 144 54 0 72 317 144 25
Binary 0 111100 1101100 1100100 101100 0 111010 11001111 1100100 10101

Color Harmonies of #003C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C6C

Black with #003C6C

Text Example


Text Example

White with #003C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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