Html Css Color HEX #003261 Prussian Blue

📋 copy color: '#003261'

red 0 ◦ green 50 ◦ blue 97

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

Shades of Prussian Blue #003261

Tints of Prussian Blue #003261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 0%
G = 34.01%
B = 65.99%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#003261 (or 0x003261) is known color: Prussian Blue. HEX triplet: 00, 32 and 61. RGB value is (0,50,97). Sum of RGB (Red+Green+Blue) = 0+50+97=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #003261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003261 is #FFCD9E. Grayscale: #282828. Windows color (decimal): -16764319 or 6369792. OLE color: 6369792.

HSL color Cylindrical-coordinate representation of color #003261: hue angle of 209.07º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003261 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 50 97 -
CMYK 1 0.48 0 0.62
HSL 209.07º 1% 0.19% -
HSV(B) 209.07º 1% 0.38% -
XYZ 3.3 3.14 11.74 -
YUV 40.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 0 50 97 1 0.48 0 0.62 209.07 1 0.19
Hex 0 32 61 64 30 0 3E D1 64 13
Octal 0 62 141 144 60 0 76 321 144 23
Binary 0 110010 1100001 1100100 110000 0 111110 11010001 1100100 10011

Color Harmonies of #003261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003261

Black with #003261

Text Example


Text Example

White with #003261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003261; }

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

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

background-color css

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

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

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

border-color css

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

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

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