Html Css Color HEX #239585 Java

📋 copy color: '#239585'

red 35 ◦ green 149 ◦ blue 133

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

Shades of Java #239585

Tints of Java #239585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 11.04%
G = 47%
B = 41.96%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#239585 (or 0x239585) is known color: Java. HEX triplet: 23, 95 and 85. RGB value is (35,149,133). Sum of RGB (Red+Green+Blue) = 35+149+133=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #239585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239585 is #DC6A7A. Grayscale: #717171. Windows color (decimal): -14445179 or 8754467. OLE color: 8754467.

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

Color convert

RGB 35 149 133 -
CMYK 0.77 0 0.11 0.42
HSL 171.58º 0.62% 0.36% -
HSV(B) 171.58º 0.77% 0.58% -
XYZ 15.67 23.55 25.91 -
YUV 113.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 35 149 133 0.77 0 0.11 0.42 171.58 0.62 0.36
Hex 23 95 85 4D 0 B 2A AC 3E 24
Octal 43 225 205 115 0 13 52 254 76 44
Binary 100011 10010101 10000101 1001101 0 1011 101010 10101100 111110 100100

Color Harmonies of #239585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239585

Black with #239585

Text Example


Text Example

White with #239585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239585; }

 p { color: rgb(35,149,133); }

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

background-color css

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

 a { background-color: rgb(35,149,133); }

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

border-color css

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

 span { border-color: rgb(35,149,133); }

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