Html Css Color HEX #002D4C Prussian Blue

📋 copy color: '#002D4C'

red 0 ◦ green 45 ◦ blue 76

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

Shades of Prussian Blue #002D4C

Tints of Prussian Blue #002D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.19%

 BLUE value IS 76 (30.08% from 255) = 62.81%

R = 0%
G = 37.19%
B = 62.81%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#002D4C (or 0x002D4C) is known color: Prussian Blue. HEX triplet: 00, 2D and 4C. RGB value is (0,45,76). Sum of RGB (Red+Green+Blue) = 0+45+76=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #002D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D4C is #FFD2B3. Grayscale: #222222. Windows color (decimal): -16765620 or 4992256. OLE color: 4992256.

HSL color Cylindrical-coordinate representation of color #002D4C: hue angle of 204.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D4C is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 45 76 -
CMYK 1 0.41 0 0.70
HSL 204.47º 1% 0.15% -
HSV(B) 204.47º 1% 0.3% -
XYZ 2.24 2.4 7.18 -
YUV 35.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 0 45 76 1 0.41 0 0.70 204.47 1 0.15
Hex 0 2D 4C 64 29 0 46 CC 64 F
Octal 0 55 114 144 51 0 106 314 144 17
Binary 0 101101 1001100 1100100 101001 0 1000110 11001100 1100100 1111

Color Harmonies of #002D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D4C

Black with #002D4C

Text Example


Text Example

White with #002D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D4C; }

 p { color: rgb(0,45,76); }

 H1.HeaderClassName
 {
   color: #002D4C;
 }
 .AnyTagClassName
 {
   color: #002D4C;
 }
</style>

background-color css

<style>
 a { background-color: #002D4C; }

 a { background-color: rgb(0,45,76); }

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

border-color css

<style>
 span { border-color: #002D4C; }

 span { border-color: rgb(0,45,76); }

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