#233E74

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

Shades of Resolution Blue #233E74

Tints of Resolution Blue #233E74

Color information

#233E74 (or 0x233E74) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 74. RGB value is (35,62,116). Sum of RGB (Red+Green+Blue) = 35+62+116=213 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.43% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #233E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E74 is #DCC18B. Grayscale: #3B3B3B. Windows color (decimal): -14467468 or 7618083. OLE color: 7618083.

HSL color Cylindrical-coordinate representation of color #233E74: hue angle of 220º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #233E74 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3562116-
CMYK0.700.4700.55
HSL220º53.64%29.61%-
HSV(B)220º69.83%45.49%-
XYZ5.575.0617.21-
YUV60.08159.55110.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.43%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=16.43%
G=29.11%
B=54.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35621160.700.4700.5522053.6429.61
Hex233E74462F037dc361e
Octal4376164106570673346636
Binary1000111111101110100100011010111101101111101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,62,116); }

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

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

 a { background-color: rgb(35,62,116); }

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

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

 span { border-color: rgb(35,62,116); }

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