Html Css Color HEX #003672 Prussian Blue

📋 copy color: '#003672'

red 0 ◦ green 54 ◦ blue 114

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

Shades of Prussian Blue #003672

Tints of Prussian Blue #003672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

 BLUE value IS 114 (44.92% from 255) = 67.86%

R = 0%
G = 32.14%
B = 67.86%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003672 (or 0x003672) is known color: Prussian Blue. HEX triplet: 00, 36 and 72. RGB value is (0,54,114). Sum of RGB (Red+Green+Blue) = 0+54+114=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #003672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003672 is #FFC98D. Grayscale: #2C2C2C. Windows color (decimal): -16763278 or 7484928. OLE color: 7484928.

HSL color Cylindrical-coordinate representation of color #003672: hue angle of 211.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003672 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 54 114 -
CMYK 1 0.53 0 0.55
HSL 211.58º 1% 0.22% -
HSV(B) 211.58º 1% 0.45% -
XYZ 4.36 3.85 16.43 -
YUV 44.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 0 54 114 1 0.53 0 0.55 211.58 1 0.22
Hex 0 36 72 64 35 0 37 D4 64 16
Octal 0 66 162 144 65 0 67 324 144 26
Binary 0 110110 1110010 1100100 110101 0 110111 11010100 1100100 10110

Color Harmonies of #003672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003672

Black with #003672

Text Example


Text Example

White with #003672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003672; }

 p { color: rgb(0,54,114); }

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

background-color css

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

 a { background-color: rgb(0,54,114); }

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

border-color css

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

 span { border-color: rgb(0,54,114); }

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