Html Css Color HEX #238B98 Java

📋 copy color: '#238B98'

red 35 ◦ green 139 ◦ blue 152

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

Shades of Java #238B98

Tints of Java #238B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 10.74%
G = 42.64%
B = 46.63%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#238B98 (or 0x238B98) is known color: Java. HEX triplet: 23, 8B and 98. RGB value is (35,139,152). Sum of RGB (Red+Green+Blue) = 35+139+152=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #238B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B98 is #DC7467. Grayscale: #6D6D6D. Windows color (decimal): -14447720 or 9997091. OLE color: 9997091.

HSL color Cylindrical-coordinate representation of color #238B98: hue angle of 186.67º 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 #238B98 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 139 152 -
CMYK 0.77 0.09 0 0.40
HSL 186.67º 0.63% 0.37% -
HSV(B) 186.67º 0.77% 0.6% -
XYZ 15.59 21.09 32.95 -
YUV 109.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 35 139 152 0.77 0.09 0 0.40 186.67 0.63 0.37
Hex 23 8B 98 4D 9 0 28 BB 3F 25
Octal 43 213 230 115 11 0 50 273 77 45
Binary 100011 10001011 10011000 1001101 1001 0 101000 10111011 111111 100101

Color Harmonies of #238B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B98

Black with #238B98

Text Example


Text Example

White with #238B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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