#233B53

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

Shades of Regal Blue #233B53

Tints of Regal Blue #233B53

Color information

#233B53 (or 0x233B53) is unknown color: approx Regal Blue. HEX triplet: 23, 3B and 53. RGB value is (35,59,83). Sum of RGB (Red+Green+Blue) = 35+59+83=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #233B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B53 is #DCC4AC. Grayscale: #363636. Windows color (decimal): -14468269 or 5454627. OLE color: 5454627.

HSL color Cylindrical-coordinate representation of color #233B53: hue angle of 210º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233B53 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355983-
CMYK0.580.2900.67
HSL210º40.68%23.14%-
HSV(B)210º57.83%32.55%-
XYZ3.824.118.78-
YUV54.56144.05114.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=19.77%
G=33.33%
B=46.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3559830.580.2900.6721040.6823.14
Hex233B533A1D043d22917
Octal4373123723501033225127
Binary100011111011101001111101011101010000111101001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,59,83); }

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

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

 a { background-color: rgb(35,59,83); }

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

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

 span { border-color: rgb(35,59,83); }

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