#268E92

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

Shades of Java #268E92

Tints of Java #268E92

Color information

#268E92 (or 0x268E92) is unknown color: approx Java. HEX triplet: 26, 8E and 92. RGB value is (38,142,146). Sum of RGB (Red+Green+Blue) = 38+142+146=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #268E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E92 is #D9716D. Grayscale: #6F6F6F. Windows color (decimal): -14250350 or 9604646. OLE color: 9604646.

HSL color Cylindrical-coordinate representation of color #268E92: hue angle of 182.22º 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 #268E92 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB38142146-
CMYK0.740.0300.43
HSL182.22º58.7%36.08%-
HSV(B)182.22º73.97%57.25%-
XYZ15.6621.8330.58-
YUV111.36147.5475.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=11.66%
G=43.56%
B=44.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381421460.740.0300.43182.2258.736.08
Hex268E924A302Bb63b24
Octal4621622211230532667344
Binary1001101000111010010010100101011010101110110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268E92; }

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

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

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

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

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

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

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

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