#263476

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

Shades of Resolution Blue #263476

Tints of Resolution Blue #263476

Color information

#263476 (or 0x263476) is unknown color: approx Resolution Blue. HEX triplet: 26, 34 and 76. RGB value is (38,52,118). Sum of RGB (Red+Green+Blue) = 38+52+118=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #263476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263476 is #D9CB89. Grayscale: #373737. Windows color (decimal): -14273418 or 7746598. OLE color: 7746598.

HSL color Cylindrical-coordinate representation of color #263476: hue angle of 229.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263476 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3852118-
CMYK0.680.5600.54
HSL229.5º51.28%30.59%-
HSV(B)229.5º67.8%46.27%-
XYZ5.34.1817.67-
YUV55.34163.36115.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=18.27%
G=25%
B=56.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38521180.680.5600.54229.551.2830.59
Hex2634764438036e6331f
Octal4664166104700663466337
Binary1001101101001110110100010011100001101101110011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263476; }

 p { color: rgb(38,52,118); }

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

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

 a { background-color: rgb(38,52,118); }

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

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

 span { border-color: rgb(38,52,118); }

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