Html Css Color HEX #239485 Java

📋 copy color: '#239485'

red 35 ◦ green 148 ◦ blue 133

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

Shades of Java #239485

Tints of Java #239485

RGB

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

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

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

R = 11.08%
G = 46.84%
B = 42.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#239485 (or 0x239485) is known color: Java. HEX triplet: 23, 94 and 85. RGB value is (35,148,133). Sum of RGB (Red+Green+Blue) = 35+148+133=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #239485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239485 is #DC6B7A. Grayscale: #707070. Windows color (decimal): -14445435 or 8754211. OLE color: 8754211.

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

Color convert

RGB 35 148 133 -
CMYK 0.76 0 0.10 0.42
HSL 172.04º 0.62% 0.36% -
HSV(B) 172.04º 0.76% 0.58% -
XYZ 15.52 23.23 25.86 -
YUV 112.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 35 148 133 0.76 0 0.10 0.42 172.04 0.62 0.36
Hex 23 94 85 4C 0 A 2A AC 3E 24
Octal 43 224 205 114 0 12 52 254 76 44
Binary 100011 10010100 10000101 1001100 0 1010 101010 10101100 111110 100100

Color Harmonies of #239485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239485

Black with #239485

Text Example


Text Example

White with #239485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239485; }

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

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

background-color css

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

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

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

border-color css

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

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

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