Html Css Color HEX #023358 Prussian Blue

📋 copy color: '#023358'

red 2 ◦ green 51 ◦ blue 88

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

Shades of Prussian Blue #023358

Tints of Prussian Blue #023358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 1.42%
G = 36.17%
B = 62.41%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#023358 (or 0x023358) is known color: Prussian Blue. HEX triplet: 02, 33 and 58. RGB value is (2,51,88). Sum of RGB (Red+Green+Blue) = 2+51+88=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #023358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023358 is #FDCCA7. Grayscale: #282828. Windows color (decimal): -16633000 or 5780226. OLE color: 5780226.

HSL color Cylindrical-coordinate representation of color #023358: hue angle of 205.81º 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 #023358 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 51 88 -
CMYK 0.98 0.42 0 0.65
HSL 205.81º 0.96% 0.18% -
HSV(B) 205.81º 0.98% 0.35% -
XYZ 2.97 3.09 9.67 -
YUV 40.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 2 51 88 0.98 0.42 0 0.65 205.81 0.96 0.18
Hex 2 33 58 62 2A 0 41 CE 60 12
Octal 2 63 130 142 52 0 101 316 140 22
Binary 10 110011 1011000 1100010 101010 0 1000001 11001110 1100000 10010

Color Harmonies of #023358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023358

Black with #023358

Text Example


Text Example

White with #023358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023358; }

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

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

background-color css

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

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

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

border-color css

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

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

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