Html Css Color HEX #003451 Prussian Blue

📋 copy color: '#003451'

red 0 ◦ green 52 ◦ blue 81

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

Shades of Prussian Blue #003451

Tints of Prussian Blue #003451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.9%

R = 0%
G = 39.1%
B = 60.9%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#003451 (or 0x003451) is known color: Prussian Blue. HEX triplet: 00, 34 and 51. RGB value is (0,52,81). Sum of RGB (Red+Green+Blue) = 0+52+81=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #003451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003451 is #FFCBAE. Grayscale: #272727. Windows color (decimal): -16763823 or 5321728. OLE color: 5321728.

HSL color Cylindrical-coordinate representation of color #003451: hue angle of 201.48º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003451 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 52 81 -
CMYK 1 0.36 0 0.68
HSL 201.48º 1% 0.16% -
HSV(B) 201.48º 1% 0.32% -
XYZ 2.71 3.05 8.23 -
YUV 39.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 0 52 81 1 0.36 0 0.68 201.48 1 0.16
Hex 0 34 51 64 24 0 44 C9 64 10
Octal 0 64 121 144 44 0 104 311 144 20
Binary 0 110100 1010001 1100100 100100 0 1000100 11001001 1100100 10000

Color Harmonies of #003451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003451

Black with #003451

Text Example


Text Example

White with #003451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003451; }

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

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

background-color css

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

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

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

border-color css

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

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

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