#26848D

Color #26848D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #26848D

Tints of Java #26848D

Color information

#26848D (or 0x26848D) is unknown color: approx Java. HEX triplet: 26, 84 and 8D. RGB value is (38,132,141). Sum of RGB (Red+Green+Blue) = 38+132+141=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #26848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26848D is #D97B72. Grayscale: #686868. Windows color (decimal): -14252915 or 9274406. OLE color: 9274406.

HSL color Cylindrical-coordinate representation of color #26848D: hue angle of 185.24º degrees, saturation: 0.58, 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 #26848D is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38132141-
CMYK0.730.0600.45
HSL185.24º57.54%35.1%-
HSV(B)185.24º73.05%55.29%-
XYZ13.8618.8428.1-
YUV104.92148.3680.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 132 (51.95% from 255) = 42.44%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=12.22%
G=42.44%
B=45.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381321410.730.0600.45185.2457.5435.1
Hex26848D49602Db93a23
Octal4620421511160552717243
Binary10011010000100100011011001001110010110110111001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26848D; }

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

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

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

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

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

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

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

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