Html Css Color HEX #003C67 Prussian Blue

📋 copy color: '#003C67'

red 0 ◦ green 60 ◦ blue 103

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

Shades of Prussian Blue #003C67

Tints of Prussian Blue #003C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 63.19%

R = 0%
G = 36.81%
B = 63.19%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#003C67 (or 0x003C67) is known color: Prussian Blue. HEX triplet: 00, 3C and 67. RGB value is (0,60,103). Sum of RGB (Red+Green+Blue) = 0+60+103=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #003C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C67 is #FFC398. Grayscale: #2E2E2E. Windows color (decimal): -16761753 or 6765568. OLE color: 6765568.

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

Color convert

RGB 0 60 103 -
CMYK 1 0.42 0 0.60
HSL 205.05º 1% 0.2% -
HSV(B) 205.05º 1% 0.4% -
XYZ 4.06 4.21 13.43 -
YUV 46.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 0 60 103 1 0.42 0 0.60 205.05 1 0.2
Hex 0 3C 67 64 2A 0 3C CD 64 14
Octal 0 74 147 144 52 0 74 315 144 24
Binary 0 111100 1100111 1100100 101010 0 111100 11001101 1100100 10100

Color Harmonies of #003C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C67

Black with #003C67

Text Example


Text Example

White with #003C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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