Html Css Color HEX #238C95 Java

📋 copy color: '#238C95'

red 35 ◦ green 140 ◦ blue 149

#238C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #238C95

Tints of Java #238C95

RGB

 RED value IS 35 (14.06% from 255) = 10.8%

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 10.8%
G = 43.21%
B = 45.99%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238C95 (or 0x238C95) is known color: Java. HEX triplet: 23, 8C and 95. RGB value is (35,140,149). Sum of RGB (Red+Green+Blue) = 35+140+149=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #238C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C95 is #DC736A. Grayscale: #6D6D6D. Windows color (decimal): -14447467 or 9800739. OLE color: 9800739.

HSL color Cylindrical-coordinate representation of color #238C95: hue angle of 184.74º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238C95 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 140 149 -
CMYK 0.77 0.06 0 0.42
HSL 184.74º 0.62% 0.36% -
HSV(B) 184.74º 0.77% 0.58% -
XYZ 15.5 21.28 31.73 -
YUV 109.63 150.21 74.77 -
System Red Green Blue C M Y K H S L
Decimal 35 140 149 0.77 0.06 0 0.42 184.74 0.62 0.36
Hex 23 8C 95 4D 6 0 2A B9 3E 24
Octal 43 214 225 115 6 0 52 271 76 44
Binary 100011 10001100 10010101 1001101 110 0 101010 10111001 111110 100100

Color Harmonies of #238C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C95

Black with #238C95

Text Example


Text Example

White with #238C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #238C95;
 }
 .AnyTagClassName
 {
   color: #238C95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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