#268892

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

Shades of Java #268892

Tints of Java #268892

Color information

#268892 (or 0x268892) is unknown color: approx Java. HEX triplet: 26, 88 and 92. RGB value is (38,136,146). Sum of RGB (Red+Green+Blue) = 38+136+146=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #268892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268892 is #D9776D. Grayscale: #6B6B6B. Windows color (decimal): -14251886 or 9603110. OLE color: 9603110.

HSL color Cylindrical-coordinate representation of color #268892: hue angle of 185.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268892 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB38136146-
CMYK0.740.0700.43
HSL185.56º58.7%36.08%-
HSV(B)185.56º73.97%57.25%-
XYZ14.7920.130.29-
YUV107.84149.5378.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=11.88%
G=42.5%
B=45.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381361460.740.0700.43185.5658.736.08
Hex2688924A702Bba3b24
Octal4621022211270532727344
Binary10011010001000100100101001010111010101110111010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268892; }

 p { color: rgb(38,136,146); }

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

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

 a { background-color: rgb(38,136,146); }

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

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

 span { border-color: rgb(38,136,146); }

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