Html Css Color HEX #003366 Prussian Blue

📋 copy color: '#003366'

red 0 ◦ green 51 ◦ blue 102

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

Shades of Prussian Blue #003366

Tints of Prussian Blue #003366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.67%

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#003366 (or 0x003366) is known color: Prussian Blue. HEX triplet: 00, 33 and 66. RGB value is (0,51,102). Sum of RGB (Red+Green+Blue) = 0+51+102=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #003366 is a web safe color. Inversed color of #003366 is #FFCC99. Grayscale: #292929. Windows color (decimal): -16764058 or 6697728. OLE color: 6697728.

HSL color Cylindrical-coordinate representation of color #003366: hue angle of 210º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003366 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 51 102 -
CMYK 1 0.5 0 0.6
HSL 210º 1% 0.2% -
HSV(B) 210º 1% 0.4% -
XYZ 3.58 3.33 13.02 -
YUV 41.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 0 51 102 1 0.5 0 0.6 210 1 0.2
Hex 0 33 66 64 32 0 3C D2 64 14
Octal 0 63 146 144 62 0 74 322 144 24
Binary 0 110011 1100110 1100100 110010 0 111100 11010010 1100100 10100

Color Harmonies of #003366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003366

Black with #003366

Text Example


Text Example

White with #003366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003366; }

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

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

background-color css

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

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

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

border-color css

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

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

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