#23868a

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

Shades of Java #23868A

Tints of Java #23868A

Color information

#23868A (or 0x23868A) is unknown color: approx Java. HEX triplet: 23, 86 and 8A. RGB value is (35,134,138). Sum of RGB (Red+Green+Blue) = 35+134+138=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #23868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23868A is #DC7975. Grayscale: #686868. Windows color (decimal): -14449014 or 9078307. OLE color: 9078307.

HSL color Cylindrical-coordinate representation of color #23868A: hue angle of 182.33º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23868A is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35134138-
CMYK0.750.0300.46
HSL182.33º59.54%33.92%-
HSV(B)182.33º74.64%54.12%-
XYZ13.8119.2427.03-
YUV104.86146.778.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=11.40%
G=43.65%
B=44.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351341380.750.0300.46182.3359.5433.92
Hex23868A4B302Eb63c22
Octal4320621211330562667442
Binary1000111000011010001010100101111010111010110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23868a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23868a; }

 p { color: rgb(35,134,138); }

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

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

 a { background-color: rgb(35,134,138); }

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

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

 span { border-color: rgb(35,134,138); }

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