Html Css Color HEX #239091 Java

📋 copy color: '#239091'

red 35 ◦ green 144 ◦ blue 145

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

Shades of Java #239091

Tints of Java #239091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 10.8%
G = 44.44%
B = 44.75%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#239091 (or 0x239091) is known color: Java. HEX triplet: 23, 90 and 91. RGB value is (35,144,145). Sum of RGB (Red+Green+Blue) = 35+144+145=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #239091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239091 is #DC6F6E. Grayscale: #6F6F6F. Windows color (decimal): -14446447 or 9539619. OLE color: 9539619.

HSL color Cylindrical-coordinate representation of color #239091: hue angle of 180.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239091 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 144 145 -
CMYK 0.76 0.01 0 0.43
HSL 180.55º 0.61% 0.35% -
HSV(B) 180.55º 0.76% 0.57% -
XYZ 15.78 22.35 30.27 -
YUV 111.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 35 144 145 0.76 0.01 0 0.43 180.55 0.61 0.35
Hex 23 90 91 4C 1 0 2B B5 3D 23
Octal 43 220 221 114 1 0 53 265 75 43
Binary 100011 10010000 10010001 1001100 1 0 101011 10110101 111101 100011

Color Harmonies of #239091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239091

Black with #239091

Text Example


Text Example

White with #239091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239091; }

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

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

background-color css

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

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

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

border-color css

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

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

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