#263F6D

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

Shades of Resolution Blue #263F6D

Tints of Resolution Blue #263F6D

Color information

#263F6D (or 0x263F6D) is unknown color: approx Resolution Blue. HEX triplet: 26, 3F and 6D. RGB value is (38,63,109). Sum of RGB (Red+Green+Blue) = 38+63+109=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #263F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F6D is #D9C092. Grayscale: #3C3C3C. Windows color (decimal): -14270611 or 7159590. OLE color: 7159590.

HSL color Cylindrical-coordinate representation of color #263F6D: hue angle of 218.87º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263F6D is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3863109-
CMYK0.650.4200.57
HSL218.87º48.3%28.82%-
HSV(B)218.87º65.14%42.75%-
XYZ5.345.0715.17-
YUV60.77155.22111.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=18.10%
G=30%
B=51.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38631090.650.4200.57218.8748.328.82
Hex263F6D412A039db301d
Octal4677155101520713336035
Binary1001101111111101101100000110101001110011101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263F6D; }

 p { color: rgb(38,63,109); }

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

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

 a { background-color: rgb(38,63,109); }

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

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

 span { border-color: rgb(38,63,109); }

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