#003262

Color #003262 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #003262

Tints of Prussian Blue #003262

Color information

#003262 (or 0x003262) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 62. RGB value is (0,50,98). Sum of RGB (Red+Green+Blue) = 0+50+98=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #003262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003262 is #FFCD9D. Grayscale: #282828. Windows color (decimal): -16764318 or 6435328. OLE color: 6435328.

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

Color convert

RGB05098-
CMYK10.4900.62
HSL209.39º100%19.22%-
HSV(B)209.39º100%38.43%-
XYZ3.353.1611.99-
YUV40.52160.4499.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=0%
G=33.78%
B=66.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0509810.4900.62209.3910019.22
Hex03262643103Ed16413
Octal0621421446107632114423
Binary011001011000101100100110001011111011010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003262; }

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

 H1.HeaderClassName
 {
   color: #003262;
 }
 .AnyTagClassName
 {
   color: #003262;
 }
</style>
background-color css

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

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

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

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

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

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