#263678

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

Shades of Resolution Blue #263678

Tints of Resolution Blue #263678

Color information

#263678 (or 0x263678) is unknown color: approx Resolution Blue. HEX triplet: 26, 36 and 78. RGB value is (38,54,120). Sum of RGB (Red+Green+Blue) = 38+54+120=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #263678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263678 is #D9C987. Grayscale: #383838. Windows color (decimal): -14272904 or 7878182. OLE color: 7878182.

HSL color Cylindrical-coordinate representation of color #263678: hue angle of 228.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263678 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3854120-
CMYK0.680.5500.53
HSL228.29º51.9%30.98%-
HSV(B)228.29º68.33%47.06%-
XYZ5.514.4118.33-
YUV56.74163.7114.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=17.92%
G=25.47%
B=56.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38541200.680.5500.53228.2951.930.98
Hex2636784437035e4341f
Octal4666170104670653446437
Binary1001101101101111000100010011011101101011110010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263678; }

 p { color: rgb(38,54,120); }

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

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

 a { background-color: rgb(38,54,120); }

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

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

 span { border-color: rgb(38,54,120); }

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