Html Css Color HEX #02355D Prussian Blue

📋 copy color: '#02355D'

red 2 ◦ green 53 ◦ blue 93

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

Shades of Prussian Blue #02355D

Tints of Prussian Blue #02355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 1.35%
G = 35.81%
B = 62.84%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02355D (or 0x02355D) is known color: Prussian Blue. HEX triplet: 02, 35 and 5D. RGB value is (2,53,93). Sum of RGB (Red+Green+Blue) = 2+53+93=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #02355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02355D is #FDCAA2. Grayscale: #2A2A2A. Windows color (decimal): -16632483 or 6108418. OLE color: 6108418.

HSL color Cylindrical-coordinate representation of color #02355D: hue angle of 206.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02355D is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 53 93 -
CMYK 0.98 0.43 0 0.64
HSL 206.37º 0.96% 0.19% -
HSV(B) 206.37º 0.98% 0.36% -
XYZ 3.27 3.35 10.83 -
YUV 42.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 2 53 93 0.98 0.43 0 0.64 206.37 0.96 0.19
Hex 2 35 5D 62 2B 0 40 CE 60 13
Octal 2 65 135 142 53 0 100 316 140 23
Binary 10 110101 1011101 1100010 101011 0 1000000 11001110 1100000 10011

Color Harmonies of #02355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02355D

Black with #02355D

Text Example


Text Example

White with #02355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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