Html Css Color HEX #003570 Prussian Blue

📋 copy color: '#003570'

red 0 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #003570

Tints of Prussian Blue #003570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.88%

R = 0%
G = 32.12%
B = 67.88%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#003570 (or 0x003570) is known color: Prussian Blue. HEX triplet: 00, 35 and 70. RGB value is (0,53,112). Sum of RGB (Red+Green+Blue) = 0+53+112=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #003570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003570 is #FFCA8F. Grayscale: #2B2B2B. Windows color (decimal): -16763536 or 7353600. OLE color: 7353600.

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

Color convert

RGB 0 53 112 -
CMYK 1 0.53 0 0.56
HSL 211.61º 1% 0.22% -
HSV(B) 211.61º 1% 0.44% -
XYZ 4.2 3.72 15.83 -
YUV 43.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 0 53 112 1 0.53 0 0.56 211.61 1 0.22
Hex 0 35 70 64 35 0 38 D4 64 16
Octal 0 65 160 144 65 0 70 324 144 26
Binary 0 110101 1110000 1100100 110101 0 111000 11010100 1100100 10110

Color Harmonies of #003570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003570

Black with #003570

Text Example


Text Example

White with #003570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003570; }

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

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

background-color css

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

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

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

border-color css

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

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

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