#234261

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

Shades of Regal Blue #234261

Tints of Regal Blue #234261

Color information

#234261 (or 0x234261) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 61. RGB value is (35,66,97). Sum of RGB (Red+Green+Blue) = 35+66+97=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #234261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234261 is #DCBD9E. Grayscale: #3C3C3C. Windows color (decimal): -14466463 or 6373923. OLE color: 6373923.

HSL color Cylindrical-coordinate representation of color #234261: hue angle of 210º 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 #234261 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356697-
CMYK0.640.3200.62
HSL210º46.97%25.88%-
HSV(B)210º63.92%38.04%-
XYZ4.85.1212.04-
YUV60.26148.73109.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=17.68%
G=33.33%
B=48.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3566970.640.3200.6221046.9725.88
Hex234261402003Ed22f1a
Octal43102141100400763225732
Binary10001110000101100001100000010000001111101101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234261; }

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

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

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

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

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

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

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

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