Html Css Color HEX #23838E Java

📋 copy color: '#23838E'

red 35 ◦ green 131 ◦ blue 142

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

Shades of Java #23838E

Tints of Java #23838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 11.36%
G = 42.53%
B = 46.1%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23838E (or 0x23838E) is known color: Java. HEX triplet: 23, 83 and 8E. RGB value is (35,131,142). Sum of RGB (Red+Green+Blue) = 35+131+142=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #23838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23838E is #DC7C71. Grayscale: #676767. Windows color (decimal): -14449778 or 9339683. OLE color: 9339683.

HSL color Cylindrical-coordinate representation of color #23838E: hue angle of 186.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23838E is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 131 142 -
CMYK 0.75 0.08 0 0.44
HSL 186.17º 0.6% 0.35% -
HSV(B) 186.17º 0.75% 0.56% -
XYZ 13.69 18.54 28.45 -
YUV 103.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 35 131 142 0.75 0.08 0 0.44 186.17 0.6 0.35
Hex 23 83 8E 4B 8 0 2C BA 3C 23
Octal 43 203 216 113 10 0 54 272 74 43
Binary 100011 10000011 10001110 1001011 1000 0 101100 10111010 111100 100011

Color Harmonies of #23838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23838E

Black with #23838E

Text Example


Text Example

White with #23838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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