#233D54

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

Shades of Regal Blue #233D54

Tints of Regal Blue #233D54

Color information

#233D54 (or 0x233D54) is unknown color: approx Regal Blue. HEX triplet: 23, 3D and 54. RGB value is (35,61,84). Sum of RGB (Red+Green+Blue) = 35+61+84=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #233D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D54 is #DCC2AB. Grayscale: #373737. Windows color (decimal): -14467756 or 5520675. OLE color: 5520675.

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

Color convert

RGB356184-
CMYK0.580.2700.67
HSL208.16º41.18%23.33%-
HSV(B)208.16º58.33%32.94%-
XYZ3.964.339.02-
YUV55.85143.89113.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=19.44%
G=33.89%
B=46.67%

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
Decimal3561840.580.2700.67208.1641.1823.33
Hex233D543A1B043d02917
Octal4375124723301033205127
Binary100011111101101010011101011011010000111101000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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