Html Css Color HEX #003577 Prussian Blue

📋 copy color: '#003577'

red 0 ◦ green 53 ◦ blue 119

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

Shades of Prussian Blue #003577

Tints of Prussian Blue #003577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 0%
G = 30.81%
B = 69.19%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#003577 (or 0x003577) is known color: Prussian Blue. HEX triplet: 00, 35 and 77. RGB value is (0,53,119). Sum of RGB (Red+Green+Blue) = 0+53+119=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #003577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003577 is #FFCA88. Grayscale: #2C2C2C. Windows color (decimal): -16763529 or 7812352. OLE color: 7812352.

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

Color convert

RGB 0 53 119 -
CMYK 1 0.55 0 0.53
HSL 213.28º 1% 0.23% -
HSV(B) 213.28º 1% 0.47% -
XYZ 4.6 3.88 17.96 -
YUV 44.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 0 53 119 1 0.55 0 0.53 213.28 1 0.23
Hex 0 35 77 64 37 0 35 D5 64 17
Octal 0 65 167 144 67 0 65 325 144 27
Binary 0 110101 1110111 1100100 110111 0 110101 11010101 1100100 10111

Color Harmonies of #003577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003577

Black with #003577

Text Example


Text Example

White with #003577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003577; }

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

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

background-color css

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

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

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

border-color css

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

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

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