Html Css Color HEX #00354F Prussian Blue

📋 copy color: '#00354F'

red 0 ◦ green 53 ◦ blue 79

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

Shades of Prussian Blue #00354F

Tints of Prussian Blue #00354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 59.85%

R = 0%
G = 40.15%
B = 59.85%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#00354F (or 0x00354F) is known color: Prussian Blue. HEX triplet: 00, 35 and 4F. RGB value is (0,53,79). Sum of RGB (Red+Green+Blue) = 0+53+79=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #00354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00354F is #FFCAB0. Grayscale: #272727. Windows color (decimal): -16763569 or 5190912. OLE color: 5190912.

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

Color convert

RGB 0 53 79 -
CMYK 1 0.33 0 0.69
HSL 199.75º 1% 0.15% -
HSV(B) 199.75º 1% 0.31% -
XYZ 2.68 3.11 7.86 -
YUV 40.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 0 53 79 1 0.33 0 0.69 199.75 1 0.15
Hex 0 35 4F 64 21 0 45 C8 64 F
Octal 0 65 117 144 41 0 105 310 144 17
Binary 0 110101 1001111 1100100 100001 0 1000101 11001000 1100100 1111

Color Harmonies of #00354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00354F

Black with #00354F

Text Example


Text Example

White with #00354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00354F; }

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

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

background-color css

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

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

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

border-color css

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

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

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