Html Css Color HEX #003275 Prussian Blue

📋 copy color: '#003275'

red 0 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #003275

Tints of Prussian Blue #003275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

 BLUE value IS 117 (46.09% from 255) = 70.06%

R = 0%
G = 29.94%
B = 70.06%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#003275 (or 0x003275) is known color: Prussian Blue. HEX triplet: 00, 32 and 75. RGB value is (0,50,117). Sum of RGB (Red+Green+Blue) = 0+50+117=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #003275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003275 is #FFCD8A. Grayscale: #2A2A2A. Windows color (decimal): -16764299 or 7680512. OLE color: 7680512.

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

Color convert

RGB 0 50 117 -
CMYK 1 0.57 0 0.54
HSL 214.36º 1% 0.23% -
HSV(B) 214.36º 1% 0.46% -
XYZ 4.35 3.57 17.29 -
YUV 42.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 0 50 117 1 0.57 0 0.54 214.36 1 0.23
Hex 0 32 75 64 39 0 36 D6 64 17
Octal 0 62 165 144 71 0 66 326 144 27
Binary 0 110010 1110101 1100100 111001 0 110110 11010110 1100100 10111

Color Harmonies of #003275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003275

Black with #003275

Text Example


Text Example

White with #003275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003275; }

 p { color: rgb(0,50,117); }

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

background-color css

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

 a { background-color: rgb(0,50,117); }

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

border-color css

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

 span { border-color: rgb(0,50,117); }

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