Html Css Color HEX #00345D Prussian Blue

📋 copy color: '#00345D'

red 0 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #00345D

Tints of Prussian Blue #00345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 0%
G = 35.86%
B = 64.14%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00345D (or 0x00345D) is known color: Prussian Blue. HEX triplet: 00, 34 and 5D. RGB value is (0,52,93). Sum of RGB (Red+Green+Blue) = 0+52+93=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #00345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00345D is #FFCBA2. Grayscale: #282828. Windows color (decimal): -16763811 or 6108160. OLE color: 6108160.

HSL color Cylindrical-coordinate representation of color #00345D: hue angle of 206.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00345D is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 52 93 -
CMYK 1 0.44 0 0.64
HSL 206.45º 1% 0.18% -
HSV(B) 206.45º 1% 0.36% -
XYZ 3.2 3.25 10.81 -
YUV 41.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 0 52 93 1 0.44 0 0.64 206.45 1 0.18
Hex 0 34 5D 64 2C 0 40 CE 64 12
Octal 0 64 135 144 54 0 100 316 144 22
Binary 0 110100 1011101 1100100 101100 0 1000000 11001110 1100100 10010

Color Harmonies of #00345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00345D

Black with #00345D

Text Example


Text Example

White with #00345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00345D; }

 p { color: rgb(0,52,93); }

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

background-color css

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

 a { background-color: rgb(0,52,93); }

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

border-color css

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

 span { border-color: rgb(0,52,93); }

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