#233F59

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

Shades of Regal Blue #233F59

Tints of Regal Blue #233F59

Color information

#233F59 (or 0x233F59) is unknown color: approx Regal Blue. HEX triplet: 23, 3F and 59. RGB value is (35,63,89). Sum of RGB (Red+Green+Blue) = 35+63+89=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #233F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F59 is #DCC0A6. Grayscale: #393939. Windows color (decimal): -14467239 or 5848867. OLE color: 5848867.

HSL color Cylindrical-coordinate representation of color #233F59: hue angle of 208.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233F59 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB356389-
CMYK0.610.2900.65
HSL208.89º43.55%24.31%-
HSV(B)208.89º60.67%34.9%-
XYZ4.274.6310.12-
YUV57.59145.72111.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.72%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=18.72%
G=33.69%
B=47.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3563890.610.2900.65208.8943.5524.31
Hex233F593D1D041d12c18
Octal4377131753501013215430
Binary100011111111101100111110111101010000011101000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,63,89); }

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

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

 a { background-color: rgb(35,63,89); }

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

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

 span { border-color: rgb(35,63,89); }

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