#263A84

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

Shades of Resolution Blue #263A84

Tints of Resolution Blue #263A84

Color information

#263A84 (or 0x263A84) is unknown color: approx Resolution Blue. HEX triplet: 26, 3A and 84. RGB value is (38,58,132). Sum of RGB (Red+Green+Blue) = 38+58+132=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #263A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A84 is #D9C57B. Grayscale: #3C3C3C. Windows color (decimal): -14271868 or 8665638. OLE color: 8665638.

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

Color convert

RGB3858132-
CMYK0.710.5600.48
HSL227.23º55.29%33.33%-
HSV(B)227.23º71.21%51.76%-
XYZ6.485.122.47-
YUV60.46168.37111.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=16.67%
G=25.44%
B=57.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38581320.710.5600.48227.2355.2933.33
Hex263A844738030e33721
Octal4672204107700603436741
Binary100110111010100001001000111111000011000011100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,58,132); }

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

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

 a { background-color: rgb(38,58,132); }

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

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

 span { border-color: rgb(38,58,132); }

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