#023E5C

Color #023E5C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #023E5C

Tints of Prussian Blue #023E5C

Color information

#023E5C (or 0x023E5C) is unknown color: approx Prussian Blue. HEX triplet: 02, 3E and 5C. RGB value is (2,62,92). Sum of RGB (Red+Green+Blue) = 2+62+92=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #023E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E5C is #FDC1A3. Grayscale: #2F2F2F. Windows color (decimal): -16630180 or 6045186. OLE color: 6045186.

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

Color convert

RGB26292-
CMYK0.980.3300.64
HSL200º95.74%18.43%-
HSV(B)200º97.83%36.08%-
XYZ3.684.2310.75-
YUV47.48153.1295.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=1.28%
G=39.74%
B=58.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal262920.980.3300.6420095.7418.43
Hex23E5C6221040c86012
Octal27613414241010031014022
Binary10111110101110011000101000010100000011001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023E5C; }

 p { color: rgb(2,62,92); }

 H1.HeaderClassName
 {
   color: #023E5C;
 }
 .AnyTagClassName
 {
   color: #023E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(2,62,92); }

 div.DivClassName
 {
   background-color: #023E5C;
 }
 .BgClassName
 {
   background-color: #023E5C;
 }
</style>
border-color css

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

 span { border-color: rgb(2,62,92); }

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