Html Css Color HEX #238B97 Java

📋 copy color: '#238B97'

red 35 ◦ green 139 ◦ blue 151

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

Shades of Java #238B97

Tints of Java #238B97

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 10.77%
G = 42.77%
B = 46.46%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#238B97 (or 0x238B97) is known color: Java. HEX triplet: 23, 8B and 97. RGB value is (35,139,151). Sum of RGB (Red+Green+Blue) = 35+139+151=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #238B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B97 is #DC7468. Grayscale: #6D6D6D. Windows color (decimal): -14447721 or 9931555. OLE color: 9931555.

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

Color convert

RGB 35 139 151 -
CMYK 0.77 0.08 0 0.41
HSL 186.21º 0.62% 0.36% -
HSV(B) 186.21º 0.77% 0.59% -
XYZ 15.51 21.06 32.53 -
YUV 109.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 35 139 151 0.77 0.08 0 0.41 186.21 0.62 0.36
Hex 23 8B 97 4D 8 0 29 BA 3E 24
Octal 43 213 227 115 10 0 51 272 76 44
Binary 100011 10001011 10010111 1001101 1000 0 101001 10111010 111110 100100

Color Harmonies of #238B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B97

Black with #238B97

Text Example


Text Example

White with #238B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,151); }

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

background-color css

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

 a { background-color: rgb(35,139,151); }

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

border-color css

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

 span { border-color: rgb(35,139,151); }

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