#234566

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

Shades of Regal Blue #234566

Tints of Regal Blue #234566

Color information

#234566 (or 0x234566) is unknown color: approx Regal Blue. HEX triplet: 23, 45 and 66. RGB value is (35,69,102). Sum of RGB (Red+Green+Blue) = 35+69+102=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #234566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234566 is #DCBA99. Grayscale: #3E3E3E. Windows color (decimal): -14465690 or 6702371. OLE color: 6702371.

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

Color convert

RGB3569102-
CMYK0.660.3200.6
HSL209.55º48.91%26.86%-
HSV(B)209.55º65.69%40%-
XYZ5.225.5713.37-
YUV62.6150.24108.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=16.99%
G=33.50%
B=49.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35691020.660.3200.6209.5548.9126.86
Hex234566422003Cd2311b
Octal43105146102400743226133
Binary10001110001011100110100001010000001111001101001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234566; }

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

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

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

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

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

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

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

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