#223F57

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

Shades of Regal Blue #223F57

Tints of Regal Blue #223F57

Color information

#223F57 (or 0x223F57) is unknown color: approx Regal Blue. HEX triplet: 22, 3F and 57. RGB value is (34,63,87). Sum of RGB (Red+Green+Blue) = 34+63+87=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #223F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F57 is #DDC0A8. Grayscale: #383838. Windows color (decimal): -14532777 or 5717794. OLE color: 5717794.

HSL color Cylindrical-coordinate representation of color #223F57: hue angle of 207.17º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223F57 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB346387-
CMYK0.610.2800.66
HSL207.17º43.8%23.73%-
HSV(B)207.17º60.92%34.12%-
XYZ4.164.589.68-
YUV57.06144.89111.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=18.48%
G=34.24%
B=47.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3463870.610.2800.66207.1743.823.73
Hex223F573D1C042cf2c18
Octal4277127753401023175430
Binary100010111111101011111110111100010000101100111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223F57; }

 p { color: rgb(34,63,87); }

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

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

 a { background-color: rgb(34,63,87); }

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

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

 span { border-color: rgb(34,63,87); }

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