#233E7F

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

Shades of Resolution Blue #233E7F

Tints of Resolution Blue #233E7F

Color information

#233E7F (or 0x233E7F) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 7F. RGB value is (35,62,127). Sum of RGB (Red+Green+Blue) = 35+62+127=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #233E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E7F is #DCC180. Grayscale: #3D3D3D. Windows color (decimal): -14467457 or 8338979. OLE color: 8338979.

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

Color convert

RGB3562127-
CMYK0.720.5100.50
HSL222.39º56.79%31.76%-
HSV(B)222.39º72.44%49.8%-
XYZ6.255.3320.78-
YUV61.34165.05109.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.62%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 127 (50% from 255) = 56.70%
R=15.62%
G=27.68%
B=56.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35621270.720.5100.50222.3956.7931.76
Hex233E7F4833032de3920
Octal4376177110630623367140
Binary10001111111011111111001000110011011001011011110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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