Html Css Color HEX #00366E Prussian Blue

📋 copy color: '#00366E'

red 0 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #00366E

Tints of Prussian Blue #00366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 0%
G = 32.93%
B = 67.07%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00366E (or 0x00366E) is known color: Prussian Blue. HEX triplet: 00, 36 and 6E. RGB value is (0,54,110). Sum of RGB (Red+Green+Blue) = 0+54+110=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #00366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00366E is #FFC991. Grayscale: #2B2B2B. Windows color (decimal): -16763282 or 7222784. OLE color: 7222784.

HSL color Cylindrical-coordinate representation of color #00366E: hue angle of 210.55º 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 #00366E is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 54 110 -
CMYK 1 0.51 0 0.57
HSL 210.55º 1% 0.22% -
HSV(B) 210.55º 1% 0.43% -
XYZ 4.13 3.76 15.26 -
YUV 44.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 0 54 110 1 0.51 0 0.57 210.55 1 0.22
Hex 0 36 6E 64 33 0 39 D3 64 16
Octal 0 66 156 144 63 0 71 323 144 26
Binary 0 110110 1101110 1100100 110011 0 111001 11010011 1100100 10110

Color Harmonies of #00366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00366E

Black with #00366E

Text Example


Text Example

White with #00366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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