#232F70

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

Shades of Resolution Blue #232F70

Tints of Resolution Blue #232F70

Color information

#232F70 (or 0x232F70) is unknown color: approx Resolution Blue. HEX triplet: 23, 2F and 70. RGB value is (35,47,112). Sum of RGB (Red+Green+Blue) = 35+47+112=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #232F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F70 is #DCD08F. Grayscale: #323232. Windows color (decimal): -14471312 or 7352099. OLE color: 7352099.

HSL color Cylindrical-coordinate representation of color #232F70: hue angle of 230.65º 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 #232F70 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3547112-
CMYK0.690.5800.56
HSL230.65º52.38%28.82%-
HSV(B)230.65º68.75%43.92%-
XYZ4.633.5615.77-
YUV50.82162.52116.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 112 (44.14% from 255) = 57.73%
R=18.04%
G=24.23%
B=57.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35471120.690.5800.56230.6552.3828.82
Hex232F70453A038e7341d
Octal4357160105720703476435
Binary1000111011111110000100010111101001110001110011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F70; }

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

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

<style>
 a { background-color: #232F70; }

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

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

<style>
 span { border-color: #232F70; }

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

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