Html Css Color HEX #23888C Java

📋 copy color: '#23888C'

red 35 ◦ green 136 ◦ blue 140

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

Shades of Java #23888C

Tints of Java #23888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 11.25%
G = 43.73%
B = 45.02%

CMYK

 C value IS 0.75

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23888C (or 0x23888C) is known color: Java. HEX triplet: 23, 88 and 8C. RGB value is (35,136,140). Sum of RGB (Red+Green+Blue) = 35+136+140=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #23888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23888C is #DC7773. Grayscale: #6A6A6A. Windows color (decimal): -14448500 or 9209891. OLE color: 9209891.

HSL color Cylindrical-coordinate representation of color #23888C: hue angle of 182.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23888C is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 136 140 -
CMYK 0.75 0.03 0 0.45
HSL 182.29º 0.6% 0.34% -
HSV(B) 182.29º 0.75% 0.55% -
XYZ 14.23 19.86 27.89 -
YUV 106.26 147.04 77.17 -
System Red Green Blue C M Y K H S L
Decimal 35 136 140 0.75 0.03 0 0.45 182.29 0.6 0.34
Hex 23 88 8C 4B 3 0 2D B6 3C 22
Octal 43 210 214 113 3 0 55 266 74 42
Binary 100011 10001000 10001100 1001011 11 0 101101 10110110 111100 100010

Color Harmonies of #23888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23888C

Black with #23888C

Text Example


Text Example

White with #23888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23888C; }

 p { color: rgb(35,136,140); }

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

background-color css

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

 a { background-color: rgb(35,136,140); }

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

border-color css

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

 span { border-color: rgb(35,136,140); }

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