Html Css Color HEX #239488 Java

📋 copy color: '#239488'

red 35 ◦ green 148 ◦ blue 136

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

Shades of Java #239488

Tints of Java #239488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 10.97%
G = 46.39%
B = 42.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#239488 (or 0x239488) is known color: Java. HEX triplet: 23, 94 and 88. RGB value is (35,148,136). Sum of RGB (Red+Green+Blue) = 35+148+136=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #239488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239488 is #DC6B77. Grayscale: #707070. Windows color (decimal): -14445432 or 8950819. OLE color: 8950819.

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

Color convert

RGB 35 148 136 -
CMYK 0.76 0 0.08 0.42
HSL 173.63º 0.62% 0.36% -
HSV(B) 173.63º 0.76% 0.58% -
XYZ 15.73 23.31 26.96 -
YUV 112.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 35 148 136 0.76 0 0.08 0.42 173.63 0.62 0.36
Hex 23 94 88 4C 0 8 2A AE 3E 24
Octal 43 224 210 114 0 10 52 256 76 44
Binary 100011 10010100 10001000 1001100 0 1000 101010 10101110 111110 100100

Color Harmonies of #239488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239488

Black with #239488

Text Example


Text Example

White with #239488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239488; }

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

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

background-color css

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

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

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

border-color css

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

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

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