Html Css Color HEX #003362 Prussian Blue

📋 copy color: '#003362'

red 0 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #003362

Tints of Prussian Blue #003362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 0%
G = 34.23%
B = 65.77%

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

#003362 (or 0x003362) is known color: Prussian Blue. HEX triplet: 00, 33 and 62. RGB value is (0,51,98). Sum of RGB (Red+Green+Blue) = 0+51+98=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #003362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003362 is #FFCC9D. Grayscale: #282828. Windows color (decimal): -16764062 or 6435584. OLE color: 6435584.

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

Color convert

RGB 0 51 98 -
CMYK 1 0.48 0 0.62
HSL 208.78º 1% 0.19% -
HSV(B) 208.78º 1% 0.38% -
XYZ 3.39 3.25 12 -
YUV 41.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 0 51 98 1 0.48 0 0.62 208.78 1 0.19
Hex 0 33 62 64 30 0 3E D1 64 13
Octal 0 63 142 144 60 0 76 321 144 23
Binary 0 110011 1100010 1100100 110000 0 111110 11010001 1100100 10011

Color Harmonies of #003362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003362

Black with #003362

Text Example


Text Example

White with #003362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003362; }

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

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

background-color css

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

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

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

border-color css

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

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

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