Html Css Color HEX #238988 Java

📋 copy color: '#238988'

red 35 ◦ green 137 ◦ blue 136

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

Shades of Java #238988

Tints of Java #238988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 11.36%
G = 44.48%
B = 44.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#238988 (or 0x238988) is known color: Java. HEX triplet: 23, 89 and 88. RGB value is (35,137,136). Sum of RGB (Red+Green+Blue) = 35+137+136=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #238988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238988 is #DC7677. Grayscale: #6A6A6A. Windows color (decimal): -14448248 or 8948003. OLE color: 8948003.

HSL color Cylindrical-coordinate representation of color #238988: hue angle of 179.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238988 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 137 136 -
CMYK 0.74 0 0.01 0.46
HSL 179.41º 0.59% 0.34% -
HSV(B) 179.41º 0.74% 0.54% -
XYZ 14.08 20.03 26.42 -
YUV 106.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 35 137 136 0.74 0 0.01 0.46 179.41 0.59 0.34
Hex 23 89 88 4A 0 1 2E B3 3B 22
Octal 43 211 210 112 0 1 56 263 73 42
Binary 100011 10001001 10001000 1001010 0 1 101110 10110011 111011 100010

Color Harmonies of #238988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238988

Black with #238988

Text Example


Text Example

White with #238988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238988; }

 p { color: rgb(35,137,136); }

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

background-color css

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

 a { background-color: rgb(35,137,136); }

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

border-color css

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

 span { border-color: rgb(35,137,136); }

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