#26338B

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

Shades of Resolution Blue #26338B

Tints of Resolution Blue #26338B

Color information

#26338B (or 0x26338B) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 8B. RGB value is (38,51,139). Sum of RGB (Red+Green+Blue) = 38+51+139=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #26338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26338B is #D9CC74. Grayscale: #383838. Windows color (decimal): -14273653 or 9122598. OLE color: 9122598.

HSL color Cylindrical-coordinate representation of color #26338B: hue angle of 232.28º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26338B is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3851139-
CMYK0.730.6300.45
HSL232.28º57.06%34.71%-
HSV(B)232.28º72.66%54.51%-
XYZ6.644.6424.97-
YUV57.14174.19114.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=16.67%
G=22.37%
B=60.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38511390.730.6300.45232.2857.0634.71
Hex26338B493F02De83923
Octal4663213111770553507143
Binary100110110011100010111001001111111010110111101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26338B; }

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

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

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

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

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

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

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

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