Html Css Color HEX #00336E Prussian Blue

📋 copy color: '#00336E'

red 0 ◦ green 51 ◦ blue 110

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

Shades of Prussian Blue #00336E

Tints of Prussian Blue #00336E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 68.32%

R = 0%
G = 31.68%
B = 68.32%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00336E (or 0x00336E) is known color: Prussian Blue. HEX triplet: 00, 33 and 6E. RGB value is (0,51,110). Sum of RGB (Red+Green+Blue) = 0+51+110=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #00336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00336E is #FFCC91. Grayscale: #2A2A2A. Windows color (decimal): -16764050 or 7222016. OLE color: 7222016.

HSL color Cylindrical-coordinate representation of color #00336E: hue angle of 212.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00336E is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 51 110 -
CMYK 1 0.54 0 0.57
HSL 212.18º 1% 0.22% -
HSV(B) 212.18º 1% 0.43% -
XYZ 4 3.49 15.22 -
YUV 42.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 0 51 110 1 0.54 0 0.57 212.18 1 0.22
Hex 0 33 6E 64 36 0 39 D4 64 16
Octal 0 63 156 144 66 0 71 324 144 26
Binary 0 110011 1101110 1100100 110110 0 111001 11010100 1100100 10110

Color Harmonies of #00336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00336E

Black with #00336E

Text Example


Text Example

White with #00336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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