Html Css Color HEX #023351 Prussian Blue

📋 copy color: '#023351'

red 2 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #023351

Tints of Prussian Blue #023351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 1.49%
G = 38.06%
B = 60.45%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#023351 (or 0x023351) is known color: Prussian Blue. HEX triplet: 02, 33 and 51. RGB value is (2,51,81). Sum of RGB (Red+Green+Blue) = 2+51+81=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #023351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023351 is #FDCCAE. Grayscale: #272727. Windows color (decimal): -16633007 or 5321474. OLE color: 5321474.

HSL color Cylindrical-coordinate representation of color #023351: hue angle of 202.78º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023351 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 51 81 -
CMYK 0.98 0.37 0 0.68
HSL 202.78º 0.95% 0.16% -
HSV(B) 202.78º 0.98% 0.32% -
XYZ 2.69 2.97 8.22 -
YUV 39.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 2 51 81 0.98 0.37 0 0.68 202.78 0.95 0.16
Hex 2 33 51 62 25 0 44 CB 5F 10
Octal 2 63 121 142 45 0 104 313 137 20
Binary 10 110011 1010001 1100010 100101 0 1000100 11001011 1011111 10000

Color Harmonies of #023351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023351

Black with #023351

Text Example


Text Example

White with #023351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023351; }

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

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

background-color css

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

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

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

border-color css

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

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

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