#233E5B

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

Shades of Regal Blue #233E5B

Tints of Regal Blue #233E5B

Color information

#233E5B (or 0x233E5B) is unknown color: approx Regal Blue. HEX triplet: 23, 3E and 5B. RGB value is (35,62,91). Sum of RGB (Red+Green+Blue) = 35+62+91=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #233E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E5B is #DCC1A4. Grayscale: #393939. Windows color (decimal): -14467493 or 5979683. OLE color: 5979683.

HSL color Cylindrical-coordinate representation of color #233E5B: hue angle of 211.07º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233E5B is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB356291-
CMYK0.620.3200.64
HSL211.07º44.44%24.71%-
HSV(B)211.07º61.54%35.69%-
XYZ4.34.5610.55-
YUV57.23147.05112.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=18.62%
G=32.98%
B=48.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3562910.620.3200.64211.0744.4424.71
Hex233E5B3E20040d32c19
Octal4376133764001003235431
Binary1000111111101011011111110100000010000001101001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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