#238C98

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

Shades of Java #238C98

Tints of Java #238C98

Color information

#238C98 (or 0x238C98) is unknown color: approx Java. HEX triplet: 23, 8C and 98. RGB value is (35,140,152). Sum of RGB (Red+Green+Blue) = 35+140+152=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #238C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C98 is #DC7367. Grayscale: #6D6D6D. Windows color (decimal): -14447464 or 9997347. OLE color: 9997347.

HSL color Cylindrical-coordinate representation of color #238C98: hue angle of 186.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238C98 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB35140152-
CMYK0.770.0800.40
HSL186.15º62.57%36.67%-
HSV(B)186.15º76.97%59.61%-
XYZ15.7421.3833-
YUV109.97151.7174.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.70%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=10.70%
G=42.81%
B=46.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351401520.770.0800.40186.1562.5736.67
Hex238C984D8028ba3f25
Octal43214230115100502727745
Binary100011100011001001100010011011000010100010111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238C98; }

 p { color: rgb(35,140,152); }

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

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

 a { background-color: rgb(35,140,152); }

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

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

 span { border-color: rgb(35,140,152); }

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