Html Css Color HEX #239994 Java

📋 copy color: '#239994'

red 35 ◦ green 153 ◦ blue 148

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

Shades of Java #239994

Tints of Java #239994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 10.42%
G = 45.54%
B = 44.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#239994 (or 0x239994) is known color: Java. HEX triplet: 23, 99 and 94. RGB value is (35,153,148). Sum of RGB (Red+Green+Blue) = 35+153+148=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #239994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239994 is #DC666B. Grayscale: #757575. Windows color (decimal): -14444140 or 9738531. OLE color: 9738531.

HSL color Cylindrical-coordinate representation of color #239994: hue angle of 177.46º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239994 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 153 148 -
CMYK 0.77 0 0.03 0.4
HSL 177.46º 0.63% 0.37% -
HSV(B) 177.46º 0.77% 0.6% -
XYZ 17.43 25.28 31.98 -
YUV 117.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 35 153 148 0.77 0 0.03 0.4 177.46 0.63 0.37
Hex 23 99 94 4D 0 3 28 B1 3F 25
Octal 43 231 224 115 0 3 50 261 77 45
Binary 100011 10011001 10010100 1001101 0 11 101000 10110001 111111 100101

Color Harmonies of #239994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239994

Black with #239994

Text Example


Text Example

White with #239994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239994; }

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

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

background-color css

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

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

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

border-color css

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

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

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