#233D57

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

Shades of Regal Blue #233D57

Tints of Regal Blue #233D57

Color information

#233D57 (or 0x233D57) is unknown color: approx Regal Blue. HEX triplet: 23, 3D and 57. RGB value is (35,61,87). Sum of RGB (Red+Green+Blue) = 35+61+87=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #233D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D57 is #DCC2A8. Grayscale: #383838. Windows color (decimal): -14467753 or 5717283. OLE color: 5717283.

HSL color Cylindrical-coordinate representation of color #233D57: hue angle of 210º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233D57 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB356187-
CMYK0.600.3000.66
HSL210º42.62%23.92%-
HSV(B)210º59.77%34.12%-
XYZ4.084.389.65-
YUV56.19145.39112.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=19.13%
G=33.33%
B=47.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3561870.600.3000.6621042.6223.92
Hex233D573C1E042d22b18
Octal4375127743601023225330
Binary100011111101101011111110011110010000101101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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