Html Css Color HEX #023558 Prussian Blue

📋 copy color: '#023558'

red 2 ◦ green 53 ◦ blue 88

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

Shades of Prussian Blue #023558

Tints of Prussian Blue #023558

RGB

 RED value IS 2 (1.17% from 255) = 1.4%

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 1.4%
G = 37.06%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023558 (or 0x023558) is known color: Prussian Blue. HEX triplet: 02, 35 and 58. RGB value is (2,53,88). Sum of RGB (Red+Green+Blue) = 2+53+88=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #023558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023558 is #FDCAA7. Grayscale: #292929. Windows color (decimal): -16632488 or 5780738. OLE color: 5780738.

HSL color Cylindrical-coordinate representation of color #023558: hue angle of 204.42º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023558 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 53 88 -
CMYK 0.98 0.40 0 0.65
HSL 204.42º 0.96% 0.18% -
HSV(B) 204.42º 0.98% 0.35% -
XYZ 3.06 3.26 9.7 -
YUV 41.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 2 53 88 0.98 0.40 0 0.65 204.42 0.96 0.18
Hex 2 35 58 62 28 0 41 CC 60 12
Octal 2 65 130 142 50 0 101 314 140 22
Binary 10 110101 1011000 1100010 101000 0 1000001 11001100 1100000 10010

Color Harmonies of #023558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023558

Black with #023558

Text Example


Text Example

White with #023558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023558; }

 p { color: rgb(2,53,88); }

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

background-color css

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

 a { background-color: rgb(2,53,88); }

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

border-color css

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

 span { border-color: rgb(2,53,88); }

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