Html Css Color HEX #003350 Prussian Blue

📋 copy color: '#003350'

red 0 ◦ green 51 ◦ blue 80

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

Shades of Prussian Blue #003350

Tints of Prussian Blue #003350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.07%

R = 0%
G = 38.93%
B = 61.07%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003350 (or 0x003350) is known color: Prussian Blue. HEX triplet: 00, 33 and 50. RGB value is (0,51,80). Sum of RGB (Red+Green+Blue) = 0+51+80=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #003350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003350 is #FFCCAF. Grayscale: #262626. Windows color (decimal): -16764080 or 5255936. OLE color: 5255936.

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

Color convert

RGB 0 51 80 -
CMYK 1 0.36 0 0.69
HSL 201.75º 1% 0.16% -
HSV(B) 201.75º 1% 0.31% -
XYZ 2.63 2.95 8.02 -
YUV 39.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 0 51 80 1 0.36 0 0.69 201.75 1 0.16
Hex 0 33 50 64 24 0 45 CA 64 10
Octal 0 63 120 144 44 0 105 312 144 20
Binary 0 110011 1010000 1100100 100100 0 1000101 11001010 1100100 10000

Color Harmonies of #003350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003350

Black with #003350

Text Example


Text Example

White with #003350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003350; }

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

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

background-color css

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

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

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

border-color css

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

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

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