#23337F

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

Shades of Resolution Blue #23337F

Tints of Resolution Blue #23337F

Color information

#23337F (or 0x23337F) is unknown color: approx Resolution Blue. HEX triplet: 23, 33 and 7F. RGB value is (35,51,127). Sum of RGB (Red+Green+Blue) = 35+51+127=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #23337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23337F is #DCCC80. Grayscale: #363636. Windows color (decimal): -14470273 or 8336163. OLE color: 8336163.

HSL color Cylindrical-coordinate representation of color #23337F: hue angle of 229.57º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23337F is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3551127-
CMYK0.720.6000.50
HSL229.57º56.79%31.76%-
HSV(B)229.57º72.44%49.8%-
XYZ5.714.2620.6-
YUV54.88168.7113.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 127 (50% from 255) = 59.62%
R=16.43%
G=23.94%
B=59.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35511270.720.6000.50229.5756.7931.76
Hex23337F483C032e63920
Octal4363177110740623467140
Binary10001111001111111111001000111100011001011100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23337F; }

 p { color: rgb(35,51,127); }

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

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

 a { background-color: rgb(35,51,127); }

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

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

 span { border-color: rgb(35,51,127); }

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