#234561

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

Shades of Regal Blue #234561

Tints of Regal Blue #234561

Color information

#234561 (or 0x234561) is unknown color: approx Regal Blue. HEX triplet: 23, 45 and 61. RGB value is (35,69,97). Sum of RGB (Red+Green+Blue) = 35+69+97=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #234561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234561 is #DCBA9E. Grayscale: #3D3D3D. Windows color (decimal): -14465695 or 6374691. OLE color: 6374691.

HSL color Cylindrical-coordinate representation of color #234561: hue angle of 207.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234561 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356997-
CMYK0.640.2900.62
HSL207.1º46.97%25.88%-
HSV(B)207.1º63.92%38.04%-
XYZ4.985.4812.1-
YUV62.03147.74108.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 69 (27.34% from 255) = 34.33%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=17.41%
G=34.33%
B=48.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3569970.640.2900.62207.146.9725.88
Hex234561401D03Ecf2f1a
Octal43105141100350763175732
Binary1000111000101110000110000001110101111101100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234561; }

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

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

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

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

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

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

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

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