#233D53

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

Shades of Regal Blue #233D53

Tints of Regal Blue #233D53

Color information

#233D53 (or 0x233D53) is unknown color: approx Regal Blue. HEX triplet: 23, 3D and 53. RGB value is (35,61,83). Sum of RGB (Red+Green+Blue) = 35+61+83=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #233D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D53 is #DCC2AC. Grayscale: #373737. Windows color (decimal): -14467757 or 5455139. OLE color: 5455139.

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

Color convert

RGB356183-
CMYK0.580.2700.67
HSL207.5º40.68%23.14%-
HSV(B)207.5º57.83%32.55%-
XYZ3.924.328.81-
YUV55.73143.39113.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.55%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=19.55%
G=34.08%
B=46.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3561830.580.2700.67207.540.6823.14
Hex233D533A1B043d02917
Octal4375123723301033205127
Binary100011111101101001111101011011010000111101000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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