Html Css Color HEX #003351 Prussian Blue

📋 copy color: '#003351'

red 0 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #003351

Tints of Prussian Blue #003351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.36%

R = 0%
G = 38.64%
B = 61.36%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#003351 (or 0x003351) is known color: Prussian Blue. HEX triplet: 00, 33 and 51. RGB value is (0,51,81). Sum of RGB (Red+Green+Blue) = 0+51+81=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #003351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003351 is #FFCCAE. Grayscale: #272727. Windows color (decimal): -16764079 or 5321472. OLE color: 5321472.

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

Color convert

RGB 0 51 81 -
CMYK 1 0.37 0 0.68
HSL 202.22º 1% 0.16% -
HSV(B) 202.22º 1% 0.32% -
XYZ 2.67 2.96 8.22 -
YUV 39.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 0 51 81 1 0.37 0 0.68 202.22 1 0.16
Hex 0 33 51 64 25 0 44 CA 64 10
Octal 0 63 121 144 45 0 104 312 144 20
Binary 0 110011 1010001 1100100 100101 0 1000100 11001010 1100100 10000

Color Harmonies of #003351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003351

Black with #003351

Text Example


Text Example

White with #003351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003351; }

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

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

background-color css

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

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

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

border-color css

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

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

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