Html Css Color HEX #238B90 Java

📋 copy color: '#238B90'

red 35 ◦ green 139 ◦ blue 144

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

Shades of Java #238B90

Tints of Java #238B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 11.01%
G = 43.71%
B = 45.28%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#238B90 (or 0x238B90) is known color: Java. HEX triplet: 23, 8B and 90. RGB value is (35,139,144). Sum of RGB (Red+Green+Blue) = 35+139+144=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #238B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B90 is #DC746F. Grayscale: #6C6C6C. Windows color (decimal): -14447728 or 9472803. OLE color: 9472803.

HSL color Cylindrical-coordinate representation of color #238B90: hue angle of 182.75º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238B90 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 139 144 -
CMYK 0.76 0.03 0 0.44
HSL 182.75º 0.61% 0.35% -
HSV(B) 182.75º 0.76% 0.56% -
XYZ 14.96 20.84 29.62 -
YUV 108.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 35 139 144 0.76 0.03 0 0.44 182.75 0.61 0.35
Hex 23 8B 90 4C 3 0 2C B7 3D 23
Octal 43 213 220 114 3 0 54 267 75 43
Binary 100011 10001011 10010000 1001100 11 0 101100 10110111 111101 100011

Color Harmonies of #238B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B90

Black with #238B90

Text Example


Text Example

White with #238B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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