#234466

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

Shades of Regal Blue #234466

Tints of Regal Blue #234466

Color information

#234466 (or 0x234466) is unknown color: approx Regal Blue. HEX triplet: 23, 44 and 66. RGB value is (35,68,102). Sum of RGB (Red+Green+Blue) = 35+68+102=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #234466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234466 is #DCBB99. Grayscale: #3D3D3D. Windows color (decimal): -14465946 or 6702115. OLE color: 6702115.

HSL color Cylindrical-coordinate representation of color #234466: hue angle of 210.45º 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 #234466 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3568102-
CMYK0.660.3300.6
HSL210.45º48.91%26.86%-
HSV(B)210.45º65.69%40%-
XYZ5.165.4513.35-
YUV62.01150.57108.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=17.07%
G=33.17%
B=49.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35681020.660.3300.6210.4548.9126.86
Hex234466422103Cd2311b
Octal43104146102410743226133
Binary10001110001001100110100001010000101111001101001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234466; }

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

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

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

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

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

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

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

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