Html Css Color HEX #238390 Java

📋 copy color: '#238390'

red 35 ◦ green 131 ◦ blue 144

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

Shades of Java #238390

Tints of Java #238390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 11.29%
G = 42.26%
B = 46.45%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#238390 (or 0x238390) is known color: Java. HEX triplet: 23, 83 and 90. RGB value is (35,131,144). Sum of RGB (Red+Green+Blue) = 35+131+144=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #238390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238390 is #DC7C6F. Grayscale: #676767. Windows color (decimal): -14449776 or 9470755. OLE color: 9470755.

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

Color convert

RGB 35 131 144 -
CMYK 0.76 0.09 0 0.44
HSL 187.16º 0.61% 0.35% -
HSV(B) 187.16º 0.76% 0.56% -
XYZ 13.84 18.6 29.25 -
YUV 103.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 35 131 144 0.76 0.09 0 0.44 187.16 0.61 0.35
Hex 23 83 90 4C 9 0 2C BB 3D 23
Octal 43 203 220 114 11 0 54 273 75 43
Binary 100011 10000011 10010000 1001100 1001 0 101100 10111011 111101 100011

Color Harmonies of #238390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238390

Black with #238390

Text Example


Text Example

White with #238390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238390; }

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

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

background-color css

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

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

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

border-color css

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

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

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