#264372

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

Shades of Resolution Blue #264372

Tints of Resolution Blue #264372

Color information

#264372 (or 0x264372) is unknown color: approx Resolution Blue. HEX triplet: 26, 43 and 72. RGB value is (38,67,114). Sum of RGB (Red+Green+Blue) = 38+67+114=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #264372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264372 is #D9BC8D. Grayscale: #3F3F3F. Windows color (decimal): -14269582 or 7488294. OLE color: 7488294.

HSL color Cylindrical-coordinate representation of color #264372: hue angle of 217.11º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264372 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3867114-
CMYK0.670.4100.55
HSL217.11º50%29.8%-
HSV(B)217.11º66.67%44.71%-
XYZ5.845.6416.7-
YUV63.69156.39109.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=17.35%
G=30.59%
B=52.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38671140.670.4100.55217.115029.8
Hex2643724329037d9321e
Octal46103162103510673316236
Binary10011010000111110010100001110100101101111101100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264372; }

 p { color: rgb(38,67,114); }

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

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

 a { background-color: rgb(38,67,114); }

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

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

 span { border-color: rgb(38,67,114); }

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