Html Css Color HEX #02355E Prussian Blue

📋 copy color: '#02355E'

red 2 ◦ green 53 ◦ blue 94

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

Shades of Prussian Blue #02355E

Tints of Prussian Blue #02355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 63.09%

R = 1.34%
G = 35.57%
B = 63.09%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02355E (or 0x02355E) is known color: Prussian Blue. HEX triplet: 02, 35 and 5E. RGB value is (2,53,94). Sum of RGB (Red+Green+Blue) = 2+53+94=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 94 (37.11% from 255 or 63.09% from 149); Max value from RGB is 94 - color contains mainly: blue. Hex color #02355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02355E is #FDCAA1. Grayscale: #2A2A2A. Windows color (decimal): -16632482 or 6173954. OLE color: 6173954.

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

Color convert

RGB 2 53 94 -
CMYK 0.98 0.44 0 0.63
HSL 206.74º 0.96% 0.19% -
HSV(B) 206.74º 0.98% 0.37% -
XYZ 3.32 3.37 11.06 -
YUV 42.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 2 53 94 0.98 0.44 0 0.63 206.74 0.96 0.19
Hex 2 35 5E 62 2C 0 3F CF 60 13
Octal 2 65 136 142 54 0 77 317 140 23
Binary 10 110101 1011110 1100010 101100 0 111111 11001111 1100000 10011

Color Harmonies of #02355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02355E

Black with #02355E

Text Example


Text Example

White with #02355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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