#233F58

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

Shades of Regal Blue #233F58

Tints of Regal Blue #233F58

Color information

#233F58 (or 0x233F58) is unknown color: approx Regal Blue. HEX triplet: 23, 3F and 58. RGB value is (35,63,88). Sum of RGB (Red+Green+Blue) = 35+63+88=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #233F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233F58 is #DCC0A7. Grayscale: #393939. Windows color (decimal): -14467240 or 5783331. OLE color: 5783331.

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

Color convert

RGB356388-
CMYK0.600.2800.65
HSL208.3º43.09%24.12%-
HSV(B)208.3º60.23%34.51%-
XYZ4.234.629.9-
YUV57.48145.22111.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=18.82%
G=33.87%
B=47.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3563880.600.2800.65208.343.0924.12
Hex233F583C1C041d02b18
Octal4377130743401013205330
Binary100011111111101100011110011100010000011101000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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