#263388

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

Shades of Resolution Blue #263388

Tints of Resolution Blue #263388

Color information

#263388 (or 0x263388) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 88. RGB value is (38,51,136). Sum of RGB (Red+Green+Blue) = 38+51+136=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #263388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263388 is #D9CC77. Grayscale: #383838. Windows color (decimal): -14273656 or 8925990. OLE color: 8925990.

HSL color Cylindrical-coordinate representation of color #263388: hue angle of 232.04º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263388 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3851136-
CMYK0.720.6200.47
HSL232.04º56.32%34.12%-
HSV(B)232.04º72.06%53.33%-
XYZ6.434.5623.83-
YUV56.8172.69114.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=16.89%
G=22.67%
B=60.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38511360.720.6200.47232.0456.3234.12
Hex263388483E02Fe83822
Octal4663210110760573507042
Binary100110110011100010001001000111110010111111101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263388; }

 p { color: rgb(38,51,136); }

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

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

 a { background-color: rgb(38,51,136); }

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

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

 span { border-color: rgb(38,51,136); }

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