#234260

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

Shades of Regal Blue #234260

Tints of Regal Blue #234260

Color information

#234260 (or 0x234260) is unknown color: approx Regal Blue. HEX triplet: 23, 42 and 60. RGB value is (35,66,96). Sum of RGB (Red+Green+Blue) = 35+66+96=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #234260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234260 is #DCBD9F. Grayscale: #3C3C3C. Windows color (decimal): -14466464 or 6308387. OLE color: 6308387.

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

Color convert

RGB356696-
CMYK0.640.3100.62
HSL209.51º46.56%25.69%-
HSV(B)209.51º63.54%37.65%-
XYZ4.755.111.8-
YUV60.15148.23110.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=17.77%
G=33.50%
B=48.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3566960.640.3100.62209.5146.5625.69
Hex234260401F03Ed22f1a
Octal43102140100370763225732
Binary1000111000010110000010000001111101111101101001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234260; }

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

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

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

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

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

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

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

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