#234565

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

Shades of Regal Blue #234565

Tints of Regal Blue #234565

Color information

#234565 (or 0x234565) is unknown color: approx Regal Blue. HEX triplet: 23, 45 and 65. RGB value is (35,69,101). Sum of RGB (Red+Green+Blue) = 35+69+101=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #234565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234565 is #DCBA9A. Grayscale: #3E3E3E. Windows color (decimal): -14465691 or 6636835. OLE color: 6636835.

HSL color Cylindrical-coordinate representation of color #234565: hue angle of 209.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #234565 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3569101-
CMYK0.650.3200.60
HSL209.09º48.53%26.67%-
HSV(B)209.09º65.35%39.61%-
XYZ5.175.5513.11-
YUV62.48149.74108.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=17.07%
G=33.66%
B=49.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35691010.650.3200.60209.0948.5326.67
Hex234565412003Cd1311b
Octal43105145101400743216133
Binary10001110001011100101100000110000001111001101000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234565; }

 p { color: rgb(35,69,101); }

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

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

 a { background-color: rgb(35,69,101); }

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

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

 span { border-color: rgb(35,69,101); }

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