#263989

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

Shades of Resolution Blue #263989

Tints of Resolution Blue #263989

Color information

#263989 (or 0x263989) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 89. RGB value is (38,57,137). Sum of RGB (Red+Green+Blue) = 38+57+137=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #263989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263989 is #D9C676. Grayscale: #3C3C3C. Windows color (decimal): -14272119 or 8993062. OLE color: 8993062.

HSL color Cylindrical-coordinate representation of color #263989: hue angle of 228.48º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263989 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3857137-
CMYK0.720.5800.46
HSL228.48º56.57%34.31%-
HSV(B)228.48º72.26%53.73%-
XYZ6.785.1424.3-
YUV60.44171.21112-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=16.38%
G=24.57%
B=59.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38571370.720.5800.46228.4856.5734.31
Hex263989483A02Ee43922
Octal4671211110720563447142
Binary100110111001100010011001000111010010111011100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263989; }

 p { color: rgb(38,57,137); }

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

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

 a { background-color: rgb(38,57,137); }

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

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

 span { border-color: rgb(38,57,137); }

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