#233D77

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

Shades of Resolution Blue #233D77

Tints of Resolution Blue #233D77

Color information

#233D77 (or 0x233D77) is unknown color: approx Resolution Blue. HEX triplet: 23, 3D and 77. RGB value is (35,61,119). Sum of RGB (Red+Green+Blue) = 35+61+119=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #233D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D77 is #DCC288. Grayscale: #3B3B3B. Windows color (decimal): -14467721 or 7814435. OLE color: 7814435.

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

Color convert

RGB3561119-
CMYK0.710.4900.53
HSL221.43º54.55%30.2%-
HSV(B)221.43º70.59%46.67%-
XYZ5.695.0318.12-
YUV59.84161.39110.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=16.28%
G=28.37%
B=55.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35611190.710.4900.53221.4354.5530.2
Hex233D774731035dd371e
Octal4375167107610653356736
Binary1000111111011110111100011111000101101011101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,61,119); }

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

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

 a { background-color: rgb(35,61,119); }

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

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

 span { border-color: rgb(35,61,119); }

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