#23427C

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

Shades of Resolution Blue #23427C

Tints of Resolution Blue #23427C

Color information

#23427C (or 0x23427C) is unknown color: approx Resolution Blue. HEX triplet: 23, 42 and 7C. RGB value is (35,66,124). Sum of RGB (Red+Green+Blue) = 35+66+124=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #23427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23427C is #DCBD83. Grayscale: #3F3F3F. Windows color (decimal): -14466436 or 8143395. OLE color: 8143395.

HSL color Cylindrical-coordinate representation of color #23427C: hue angle of 219.1º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23427C is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3566124-
CMYK0.720.4700.51
HSL219.1º55.97%31.18%-
HSV(B)219.1º71.77%48.63%-
XYZ6.285.7119.84-
YUV63.34162.23107.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=15.56%
G=29.33%
B=55.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35661240.720.4700.51219.155.9731.18
Hex23427C482F033db381f
Octal43102174110570633337037
Binary10001110000101111100100100010111101100111101101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23427C; }

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

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

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

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

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

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

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

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