#23337b

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

Shades of Resolution Blue #23337B

Tints of Resolution Blue #23337B

Color information

#23337B (or 0x23337B) is unknown color: approx Resolution Blue. HEX triplet: 23, 33 and 7B. RGB value is (35,51,123). Sum of RGB (Red+Green+Blue) = 35+51+123=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #23337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23337B is #DCCC84. Grayscale: #363636. Windows color (decimal): -14470277 or 8074019. OLE color: 8074019.

HSL color Cylindrical-coordinate representation of color #23337B: hue angle of 229.09º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23337B is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3551123-
CMYK0.720.5900.52
HSL229.09º55.7%30.98%-
HSV(B)229.09º71.54%48.24%-
XYZ5.454.1619.25-
YUV54.42166.7114.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=16.75%
G=24.40%
B=58.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35511230.720.5900.52229.0955.730.98
Hex23337B483B034e5381f
Octal4363173110730643457037
Binary1000111100111111011100100011101101101001110010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23337b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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