#234272

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

Shades of Resolution Blue #234272

Tints of Resolution Blue #234272

Color information

#234272 (or 0x234272) is unknown color: approx Resolution Blue. HEX triplet: 23, 42 and 72. RGB value is (35,66,114). Sum of RGB (Red+Green+Blue) = 35+66+114=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #234272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234272 is #DCBD8D. Grayscale: #3D3D3D. Windows color (decimal): -14466446 or 7488035. OLE color: 7488035.

HSL color Cylindrical-coordinate representation of color #234272: hue angle of 216.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234272 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3566114-
CMYK0.690.4200.55
HSL216.46º53.02%29.22%-
HSV(B)216.46º69.3%44.71%-
XYZ5.685.4716.68-
YUV62.2157.23108.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.28%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=16.28%
G=30.70%
B=53.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35661140.690.4200.55216.4653.0229.22
Hex234272452A037d8351d
Octal43102162105520673306535
Binary10001110000101110010100010110101001101111101100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234272; }

 p { color: rgb(35,66,114); }

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

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

 a { background-color: rgb(35,66,114); }

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

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

 span { border-color: rgb(35,66,114); }

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