#23357D

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

Shades of Resolution Blue #23357D

Tints of Resolution Blue #23357D

Color information

#23357D (or 0x23357D) is unknown color: approx Resolution Blue. HEX triplet: 23, 35 and 7D. RGB value is (35,53,125). Sum of RGB (Red+Green+Blue) = 35+53+125=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #23357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23357D is #DCCA82. Grayscale: #373737. Windows color (decimal): -14469763 or 8205603. OLE color: 8205603.

HSL color Cylindrical-coordinate representation of color #23357D: hue angle of 228º 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 #23357D is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3553125-
CMYK0.720.5800.51
HSL228º56.25%31.37%-
HSV(B)228º72%49.02%-
XYZ5.674.3819.95-
YUV55.83167.04113.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=16.43%
G=24.88%
B=58.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35531250.720.5800.5122856.2531.37
Hex23357D483A033e4381f
Octal4365175110720633447037
Binary1000111101011111101100100011101001100111110010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23357D; }

 p { color: rgb(35,53,125); }

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

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

 a { background-color: rgb(35,53,125); }

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

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

 span { border-color: rgb(35,53,125); }

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