#263985

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

Shades of Resolution Blue #263985

Tints of Resolution Blue #263985

Color information

#263985 (or 0x263985) is unknown color: approx Resolution Blue. HEX triplet: 26, 39 and 85. RGB value is (38,57,133). Sum of RGB (Red+Green+Blue) = 38+57+133=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #263985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263985 is #D9C67A. Grayscale: #3B3B3B. Windows color (decimal): -14272123 or 8730918. OLE color: 8730918.

HSL color Cylindrical-coordinate representation of color #263985: hue angle of 228º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #263985 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3857133-
CMYK0.710.5700.48
HSL228º55.56%33.53%-
HSV(B)228º71.43%52.16%-
XYZ6.55.0322.82-
YUV59.98169.21112.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=16.67%
G=25%
B=58.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38571330.710.5700.4822855.5633.53
Hex2639854739030e43822
Octal4671205107710603447042
Binary100110111001100001011000111111001011000011100100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263985; }

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

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

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

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

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

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

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

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