Html Css Color HEX #238592 Java

📋 copy color: '#238592'

red 35 ◦ green 133 ◦ blue 146

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

Shades of Java #238592

Tints of Java #238592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 11.15%
G = 42.36%
B = 46.5%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#238592 (or 0x238592) is known color: Java. HEX triplet: 23, 85 and 92. RGB value is (35,133,146). Sum of RGB (Red+Green+Blue) = 35+133+146=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #238592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238592 is #DC7A6D. Grayscale: #696969. Windows color (decimal): -14449262 or 9602339. OLE color: 9602339.

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

Color convert

RGB 35 133 146 -
CMYK 0.76 0.09 0 0.43
HSL 187.03º 0.61% 0.35% -
HSV(B) 187.03º 0.76% 0.57% -
XYZ 14.27 19.21 30.15 -
YUV 105.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 35 133 146 0.76 0.09 0 0.43 187.03 0.61 0.35
Hex 23 85 92 4C 9 0 2B BB 3D 23
Octal 43 205 222 114 11 0 53 273 75 43
Binary 100011 10000101 10010010 1001100 1001 0 101011 10111011 111101 100011

Color Harmonies of #238592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238592

Black with #238592

Text Example


Text Example

White with #238592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238592; }

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

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

background-color css

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

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

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

border-color css

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

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

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