Html Css Color HEX #00356E Prussian Blue

📋 copy color: '#00356E'

red 0 ◦ green 53 ◦ blue 110

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

Shades of Prussian Blue #00356E

Tints of Prussian Blue #00356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 0%
G = 32.52%
B = 67.48%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00356E (or 0x00356E) is known color: Prussian Blue. HEX triplet: 00, 35 and 6E. RGB value is (0,53,110). Sum of RGB (Red+Green+Blue) = 0+53+110=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #00356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00356E is #FFCA91. Grayscale: #2B2B2B. Windows color (decimal): -16763538 or 7222528. OLE color: 7222528.

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

Color convert

RGB 0 53 110 -
CMYK 1 0.52 0 0.57
HSL 211.09º 1% 0.22% -
HSV(B) 211.09º 1% 0.43% -
XYZ 4.09 3.67 15.25 -
YUV 43.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 0 53 110 1 0.52 0 0.57 211.09 1 0.22
Hex 0 35 6E 64 34 0 39 D3 64 16
Octal 0 65 156 144 64 0 71 323 144 26
Binary 0 110101 1101110 1100100 110100 0 111001 11010011 1100100 10110

Color Harmonies of #00356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00356E

Black with #00356E

Text Example


Text Example

White with #00356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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