Html Css Color HEX #003458 Prussian Blue

📋 copy color: '#003458'

red 0 ◦ green 52 ◦ blue 88

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

Shades of Prussian Blue #003458

Tints of Prussian Blue #003458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 0%
G = 37.14%
B = 62.86%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#003458 (or 0x003458) is known color: Prussian Blue. HEX triplet: 00, 34 and 58. RGB value is (0,52,88). Sum of RGB (Red+Green+Blue) = 0+52+88=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #003458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003458 is #FFCBA7. Grayscale: #282828. Windows color (decimal): -16763816 or 5780480. OLE color: 5780480.

HSL color Cylindrical-coordinate representation of color #003458: hue angle of 204.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003458 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 52 88 -
CMYK 1 0.41 0 0.65
HSL 204.55º 1% 0.17% -
HSV(B) 204.55º 1% 0.35% -
XYZ 2.99 3.16 9.69 -
YUV 40.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 0 52 88 1 0.41 0 0.65 204.55 1 0.17
Hex 0 34 58 64 29 0 41 CD 64 11
Octal 0 64 130 144 51 0 101 315 144 21
Binary 0 110100 1011000 1100100 101001 0 1000001 11001101 1100100 10001

Color Harmonies of #003458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003458

Black with #003458

Text Example


Text Example

White with #003458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003458; }

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

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

background-color css

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

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

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

border-color css

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

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

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