#233D70

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

Shades of Resolution Blue #233D70

Tints of Resolution Blue #233D70

Color information

#233D70 (or 0x233D70) is unknown color: approx Resolution Blue. HEX triplet: 23, 3D and 70. RGB value is (35,61,112). Sum of RGB (Red+Green+Blue) = 35+61+112=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #233D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233D70 is #DCC28F. Grayscale: #3A3A3A. Windows color (decimal): -14467728 or 7355683. OLE color: 7355683.

HSL color Cylindrical-coordinate representation of color #233D70: hue angle of 219.74º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #233D70 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3561112-
CMYK0.690.4600.56
HSL219.74º52.38%28.82%-
HSV(B)219.74º68.75%43.92%-
XYZ5.294.8615.99-
YUV59.04157.89110.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=16.83%
G=29.33%
B=53.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35611120.690.4600.56219.7452.3828.82
Hex233D70452E038dc341d
Octal4375160105560703346435
Binary1000111111011110000100010110111001110001101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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