#233C53

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

Shades of Regal Blue #233C53

Tints of Regal Blue #233C53

Color information

#233C53 (or 0x233C53) is unknown color: approx Regal Blue. HEX triplet: 23, 3C and 53. RGB value is (35,60,83). Sum of RGB (Red+Green+Blue) = 35+60+83=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #233C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C53 is #DCC3AC. Grayscale: #373737. Windows color (decimal): -14468013 or 5454883. OLE color: 5454883.

HSL color Cylindrical-coordinate representation of color #233C53: hue angle of 208.75º 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 #233C53 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB356083-
CMYK0.580.2800.67
HSL208.75º40.68%23.14%-
HSV(B)208.75º57.83%32.55%-
XYZ3.874.218.79-
YUV55.15143.72113.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=19.66%
G=33.71%
B=46.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3560830.580.2800.67208.7540.6823.14
Hex233C533A1C043d12917
Octal4374123723401033215127
Binary100011111100101001111101011100010000111101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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