Html Css Color HEX #023353 Prussian Blue

📋 copy color: '#023353'

red 2 ◦ green 51 ◦ blue 83

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

Shades of Prussian Blue #023353

Tints of Prussian Blue #023353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 1.47%
G = 37.5%
B = 61.03%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#023353 (or 0x023353) is known color: Prussian Blue. HEX triplet: 02, 33 and 53. RGB value is (2,51,83). Sum of RGB (Red+Green+Blue) = 2+51+83=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #023353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023353 is #FDCCAC. Grayscale: #272727. Windows color (decimal): -16633005 or 5452546. OLE color: 5452546.

HSL color Cylindrical-coordinate representation of color #023353: hue angle of 203.7º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023353 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 51 83 -
CMYK 0.98 0.39 0 0.67
HSL 203.7º 0.95% 0.17% -
HSV(B) 203.7º 0.98% 0.33% -
XYZ 2.77 3.01 8.62 -
YUV 40 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 2 51 83 0.98 0.39 0 0.67 203.7 0.95 0.17
Hex 2 33 53 62 27 0 43 CC 5F 11
Octal 2 63 123 142 47 0 103 314 137 21
Binary 10 110011 1010011 1100010 100111 0 1000011 11001100 1011111 10001

Color Harmonies of #023353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023353

Black with #023353

Text Example


Text Example

White with #023353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023353; }

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

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

background-color css

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

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

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

border-color css

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

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

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