#26388A

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

Shades of Resolution Blue #26388A

Tints of Resolution Blue #26388A

Color information

#26388A (or 0x26388A) is unknown color: approx Resolution Blue. HEX triplet: 26, 38 and 8A. RGB value is (38,56,138). Sum of RGB (Red+Green+Blue) = 38+56+138=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #26388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26388A is #D9C775. Grayscale: #3B3B3B. Windows color (decimal): -14272374 or 9058342. OLE color: 9058342.

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

Color convert

RGB3856138-
CMYK0.720.5900.46
HSL229.2º56.82%34.51%-
HSV(B)229.2º72.46%54.12%-
XYZ6.85.0824.67-
YUV59.97172.04112.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=16.38%
G=24.14%
B=59.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38561380.720.5900.46229.256.8234.51
Hex26388A483B02Ee53923
Octal4670212110730563457143
Binary100110111000100010101001000111011010111011100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26388A; }

 p { color: rgb(38,56,138); }

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

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

 a { background-color: rgb(38,56,138); }

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

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

 span { border-color: rgb(38,56,138); }

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