#233C72

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

Shades of Resolution Blue #233C72

Tints of Resolution Blue #233C72

Color information

#233C72 (or 0x233C72) is unknown color: approx Resolution Blue. HEX triplet: 23, 3C and 72. RGB value is (35,60,114). Sum of RGB (Red+Green+Blue) = 35+60+114=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #233C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C72 is #DCC38D. Grayscale: #3A3A3A. Windows color (decimal): -14467982 or 7486499. OLE color: 7486499.

HSL color Cylindrical-coordinate representation of color #233C72: hue angle of 221.01º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233C72 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3560114-
CMYK0.690.4700.55
HSL221.01º53.02%29.22%-
HSV(B)221.01º69.3%44.71%-
XYZ5.354.816.57-
YUV58.68159.22111.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.75%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=16.75%
G=28.71%
B=54.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35601140.690.4700.55221.0153.0229.22
Hex233C72452F037dd351d
Octal4374162105570673356535
Binary1000111111001110010100010110111101101111101110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233C72; }

 p { color: rgb(35,60,114); }

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

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

 a { background-color: rgb(35,60,114); }

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

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

 span { border-color: rgb(35,60,114); }

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