#233D58

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

Shades of Regal Blue #233D58

Tints of Regal Blue #233D58

Color information

#233D58 (or 0x233D58) is unknown color: approx Regal Blue. HEX triplet: 23, 3D and 58. RGB value is (35,61,88). Sum of RGB (Red+Green+Blue) = 35+61+88=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #233D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D58 is #DCC2A7. Grayscale: #383838. Windows color (decimal): -14467752 or 5782819. OLE color: 5782819.

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

Color convert

RGB356188-
CMYK0.600.3100.65
HSL210.57º43.09%24.12%-
HSV(B)210.57º60.23%34.51%-
XYZ4.124.49.86-
YUV56.3145.89112.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 88 (34.77% from 255) = 47.83%
R=19.02%
G=33.15%
B=47.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3561880.600.3100.65210.5743.0924.12
Hex233D583C1F041d32b18
Octal4375130743701013235330
Binary100011111101101100011110011111010000011101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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