#234360

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

Shades of Regal Blue #234360

Tints of Regal Blue #234360

Color information

#234360 (or 0x234360) is unknown color: approx Regal Blue. HEX triplet: 23, 43 and 60. RGB value is (35,67,96). Sum of RGB (Red+Green+Blue) = 35+67+96=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #234360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234360 is #DCBC9F. Grayscale: #3C3C3C. Windows color (decimal): -14466208 or 6308643. OLE color: 6308643.

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

Color convert

RGB356796-
CMYK0.640.3000.62
HSL208.52º46.56%25.69%-
HSV(B)208.52º63.54%37.65%-
XYZ4.815.2211.82-
YUV60.74147.9109.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=17.68%
G=33.84%
B=48.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3567960.640.3000.62208.5246.5625.69
Hex234360401E03Ed12f1a
Octal43103140100360763215732
Binary1000111000011110000010000001111001111101101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234360; }

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

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

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

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

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

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

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

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