Html Css Color HEX #003352 Prussian Blue

📋 copy color: '#003352'

red 0 ◦ green 51 ◦ blue 82

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

Shades of Prussian Blue #003352

Tints of Prussian Blue #003352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 61.65%

R = 0%
G = 38.35%
B = 61.65%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#003352 (or 0x003352) is known color: Prussian Blue. HEX triplet: 00, 33 and 52. RGB value is (0,51,82). Sum of RGB (Red+Green+Blue) = 0+51+82=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #003352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003352 is #FFCCAD. Grayscale: #272727. Windows color (decimal): -16764078 or 5387008. OLE color: 5387008.

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

Color convert

RGB 0 51 82 -
CMYK 1 0.38 0 0.68
HSL 202.68º 1% 0.16% -
HSV(B) 202.68º 1% 0.32% -
XYZ 2.71 2.98 8.41 -
YUV 39.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 0 51 82 1 0.38 0 0.68 202.68 1 0.16
Hex 0 33 52 64 26 0 44 CB 64 10
Octal 0 63 122 144 46 0 104 313 144 20
Binary 0 110011 1010010 1100100 100110 0 1000100 11001011 1100100 10000

Color Harmonies of #003352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003352

Black with #003352

Text Example


Text Example

White with #003352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003352; }

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

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

background-color css

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

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

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

border-color css

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

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

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