Html Css Color HEX #23858E Java

📋 copy color: '#23858E'

red 35 ◦ green 133 ◦ blue 142

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

Shades of Java #23858E

Tints of Java #23858E

RGB

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

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

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

R = 11.29%
G = 42.9%
B = 45.81%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23858E (or 0x23858E) is known color: Java. HEX triplet: 23, 85 and 8E. RGB value is (35,133,142). Sum of RGB (Red+Green+Blue) = 35+133+142=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #23858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23858E is #DC7A71. Grayscale: #686868. Windows color (decimal): -14449266 or 9340195. OLE color: 9340195.

HSL color Cylindrical-coordinate representation of color #23858E: hue angle of 185.05º 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 #23858E is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 133 142 -
CMYK 0.75 0.06 0 0.44
HSL 185.05º 0.6% 0.35% -
HSV(B) 185.05º 0.75% 0.56% -
XYZ 13.96 19.09 28.54 -
YUV 104.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 35 133 142 0.75 0.06 0 0.44 185.05 0.6 0.35
Hex 23 85 8E 4B 6 0 2C B9 3C 23
Octal 43 205 216 113 6 0 54 271 74 43
Binary 100011 10000101 10001110 1001011 110 0 101100 10111001 111100 100011

Color Harmonies of #23858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23858E

Black with #23858E

Text Example


Text Example

White with #23858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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