#023450

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

Shades of Prussian Blue #023450

Tints of Prussian Blue #023450

Color information

#023450 (or 0x023450) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 50. RGB value is (2,52,80). Sum of RGB (Red+Green+Blue) = 2+52+80=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #023450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023450 is #FDCBAF. Grayscale: #282828. Windows color (decimal): -16632752 or 5256194. OLE color: 5256194.

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

Color convert

RGB25280-
CMYK0.980.3500.69
HSL201.54º95.12%16.08%-
HSV(B)201.54º97.5%31.37%-
XYZ2.73.058.04-
YUV40.24150.44100.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 80 (31.64% from 255) = 59.70%
R=1.49%
G=38.81%
B=59.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal252800.980.3500.69201.5495.1216.08
Hex234506223045ca5f10
Octal26412014243010531213720
Binary10110100101000011000101000110100010111001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023450; }

 p { color: rgb(2,52,80); }

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

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

 a { background-color: rgb(2,52,80); }

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

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

 span { border-color: rgb(2,52,80); }

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