Html Css Color HEX #002349 Prussian Blue

📋 copy color: '#002349'

red 0 ◦ green 35 ◦ blue 73

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

Shades of Prussian Blue #002349

Tints of Prussian Blue #002349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

 BLUE value IS 73 (28.91% from 255) = 67.59%

R = 0%
G = 32.41%
B = 67.59%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002349 (or 0x002349) is known color: Prussian Blue. HEX triplet: 00, 23 and 49. RGB value is (0,35,73). Sum of RGB (Red+Green+Blue) = 0+35+73=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #002349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002349 is #FFDCB6. Grayscale: #1C1C1C. Windows color (decimal): -16768183 or 4793088. OLE color: 4793088.

HSL color Cylindrical-coordinate representation of color #002349: hue angle of 211.23º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002349 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 35 73 -
CMYK 1 0.52 0 0.71
HSL 211.23º 1% 0.14% -
HSV(B) 211.23º 1% 0.29% -
XYZ 1.8 1.68 6.53 -
YUV 28.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 0 35 73 1 0.52 0 0.71 211.23 1 0.14
Hex 0 23 49 64 34 0 47 D3 64 E
Octal 0 43 111 144 64 0 107 323 144 16
Binary 0 100011 1001001 1100100 110100 0 1000111 11010011 1100100 1110

Color Harmonies of #002349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002349

Black with #002349

Text Example


Text Example

White with #002349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002349; }

 p { color: rgb(0,35,73); }

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

background-color css

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

 a { background-color: rgb(0,35,73); }

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

border-color css

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

 span { border-color: rgb(0,35,73); }

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