#233E56

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

Shades of Regal Blue #233E56

Tints of Regal Blue #233E56

Color information

#233E56 (or 0x233E56) is unknown color: approx Regal Blue. HEX triplet: 23, 3E and 56. RGB value is (35,62,86). Sum of RGB (Red+Green+Blue) = 35+62+86=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #233E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E56 is #DCC1A9. Grayscale: #383838. Windows color (decimal): -14467498 or 5652003. OLE color: 5652003.

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

Color convert

RGB356286-
CMYK0.590.2800.66
HSL208.24º42.15%23.73%-
HSV(B)208.24º59.3%33.73%-
XYZ4.14.479.45-
YUV56.66144.55112.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 86 (33.98% from 255) = 46.99%
R=19.13%
G=33.88%
B=46.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3562860.590.2800.66208.2442.1523.73
Hex233E563B1C042d02a18
Octal4376126733401023205230
Binary100011111110101011011101111100010000101101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233E56; }

 p { color: rgb(35,62,86); }

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

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

 a { background-color: rgb(35,62,86); }

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

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

 span { border-color: rgb(35,62,86); }

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