Html Css Color HEX #238992 Java

📋 copy color: '#238992'

red 35 ◦ green 137 ◦ blue 146

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

Shades of Java #238992

Tints of Java #238992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 11.01%
G = 43.08%
B = 45.91%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#238992 (or 0x238992) is known color: Java. HEX triplet: 23, 89 and 92. RGB value is (35,137,146). Sum of RGB (Red+Green+Blue) = 35+137+146=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #238992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238992 is #DC766D. Grayscale: #6B6B6B. Windows color (decimal): -14448238 or 9603363. OLE color: 9603363.

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

Color convert

RGB 35 137 146 -
CMYK 0.76 0.06 0 0.43
HSL 184.86º 0.61% 0.35% -
HSV(B) 184.86º 0.76% 0.57% -
XYZ 14.83 20.32 30.34 -
YUV 107.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 35 137 146 0.76 0.06 0 0.43 184.86 0.61 0.35
Hex 23 89 92 4C 6 0 2B B9 3D 23
Octal 43 211 222 114 6 0 53 271 75 43
Binary 100011 10001001 10010010 1001100 110 0 101011 10111001 111101 100011

Color Harmonies of #238992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238992

Black with #238992

Text Example


Text Example

White with #238992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238992; }

 p { color: rgb(35,137,146); }

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

background-color css

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

 a { background-color: rgb(35,137,146); }

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

border-color css

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

 span { border-color: rgb(35,137,146); }

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