Html Css Color HEX #003454 Prussian Blue

📋 copy color: '#003454'

red 0 ◦ green 52 ◦ blue 84

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

Shades of Prussian Blue #003454

Tints of Prussian Blue #003454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 61.76%

R = 0%
G = 38.24%
B = 61.76%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#003454 (or 0x003454) is known color: Prussian Blue. HEX triplet: 00, 34 and 54. RGB value is (0,52,84). Sum of RGB (Red+Green+Blue) = 0+52+84=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #003454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003454 is #FFCBAB. Grayscale: #272727. Windows color (decimal): -16763820 or 5518336. OLE color: 5518336.

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

Color convert

RGB 0 52 84 -
CMYK 1 0.38 0 0.67
HSL 202.86º 1% 0.16% -
HSV(B) 202.86º 1% 0.33% -
XYZ 2.83 3.1 8.84 -
YUV 40.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 0 52 84 1 0.38 0 0.67 202.86 1 0.16
Hex 0 34 54 64 26 0 43 CB 64 10
Octal 0 64 124 144 46 0 103 313 144 20
Binary 0 110100 1010100 1100100 100110 0 1000011 11001011 1100100 10000

Color Harmonies of #003454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003454

Black with #003454

Text Example


Text Example

White with #003454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003454; }

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

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

background-color css

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

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

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

border-color css

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

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

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