#268C92

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

Shades of Java #268C92

Tints of Java #268C92

Color information

#268C92 (or 0x268C92) is unknown color: approx Java. HEX triplet: 26, 8C and 92. RGB value is (38,140,146). Sum of RGB (Red+Green+Blue) = 38+140+146=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #268C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C92 is #D9736D. Grayscale: #6E6E6E. Windows color (decimal): -14250862 or 9604134. OLE color: 9604134.

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

Color convert

RGB38140146-
CMYK0.740.0400.43
HSL183.33º58.7%36.08%-
HSV(B)183.33º73.97%57.25%-
XYZ15.3721.2430.48-
YUV110.19148.2176.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=11.73%
G=43.21%
B=45.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381401460.740.0400.43183.3358.736.08
Hex268C924A402Bb73b24
Octal4621422211240532677344
Binary10011010001100100100101001010100010101110110111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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