#234568

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

Shades of Regal Blue #234568

Tints of Regal Blue #234568

Color information

#234568 (or 0x234568) is unknown color: approx Regal Blue. HEX triplet: 23, 45 and 68. RGB value is (35,69,104). Sum of RGB (Red+Green+Blue) = 35+69+104=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #234568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234568 is #DCBA97. Grayscale: #3E3E3E. Windows color (decimal): -14465688 or 6833443. OLE color: 6833443.

HSL color Cylindrical-coordinate representation of color #234568: hue angle of 210.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #234568 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3569104-
CMYK0.660.3400.59
HSL210.43º49.64%27.25%-
HSV(B)210.43º66.35%40.78%-
XYZ5.325.6113.9-
YUV62.82151.24108.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 104 (41.02% from 255) = 50%
R=16.83%
G=33.17%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35691040.660.3400.59210.4349.6427.25
Hex234568422203Bd2321b
Octal43105150102420733226233
Binary10001110001011101000100001010001001110111101001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234568; }

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

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

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

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

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

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

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

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