Html Css Color HEX #239085 Java

📋 copy color: '#239085'

red 35 ◦ green 144 ◦ blue 133

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

Shades of Java #239085

Tints of Java #239085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 11.22%
G = 46.15%
B = 42.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#239085 (or 0x239085) is known color: Java. HEX triplet: 23, 90 and 85. RGB value is (35,144,133). Sum of RGB (Red+Green+Blue) = 35+144+133=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #239085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239085 is #DC6F7A. Grayscale: #6E6E6E. Windows color (decimal): -14446459 or 8753187. OLE color: 8753187.

HSL color Cylindrical-coordinate representation of color #239085: hue angle of 173.94º 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 #239085 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 144 133 -
CMYK 0.76 0 0.08 0.44
HSL 173.95º 0.61% 0.35% -
HSV(B) 173.95º 0.76% 0.56% -
XYZ 14.9 22 25.65 -
YUV 110.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 35 144 133 0.76 0 0.08 0.44 173.95 0.61 0.35
Hex 23 90 85 4C 0 8 2C AE 3D 23
Octal 43 220 205 114 0 10 54 256 75 43
Binary 100011 10010000 10000101 1001100 0 1000 101100 10101110 111101 100011

Color Harmonies of #239085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239085

Black with #239085

Text Example


Text Example

White with #239085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239085; }

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

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

background-color css

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

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

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

border-color css

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

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

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