Html Css Color HEX #003572 Prussian Blue

📋 copy color: '#003572'

red 0 ◦ green 53 ◦ blue 114

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

Shades of Prussian Blue #003572

Tints of Prussian Blue #003572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

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

R = 0%
G = 31.74%
B = 68.26%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#003572 (or 0x003572) is known color: Prussian Blue. HEX triplet: 00, 35 and 72. RGB value is (0,53,114). Sum of RGB (Red+Green+Blue) = 0+53+114=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #003572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003572 is #FFCA8D. Grayscale: #2B2B2B. Windows color (decimal): -16763534 or 7484672. OLE color: 7484672.

HSL color Cylindrical-coordinate representation of color #003572: hue angle of 212.11º 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 #003572 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 53 114 -
CMYK 1 0.54 0 0.55
HSL 212.11º 1% 0.22% -
HSV(B) 212.11º 1% 0.45% -
XYZ 4.31 3.76 16.42 -
YUV 44.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 0 53 114 1 0.54 0 0.55 212.11 1 0.22
Hex 0 35 72 64 36 0 37 D4 64 16
Octal 0 65 162 144 66 0 67 324 144 26
Binary 0 110101 1110010 1100100 110110 0 110111 11010100 1100100 10110

Color Harmonies of #003572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003572

Black with #003572

Text Example


Text Example

White with #003572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003572; }

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

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

background-color css

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

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

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

border-color css

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

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

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