Html Css Color HEX #23868D Java

📋 copy color: '#23868D'

red 35 ◦ green 134 ◦ blue 141

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

Shades of Java #23868D

Tints of Java #23868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 11.29%
G = 43.23%
B = 45.48%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23868D (or 0x23868D) is known color: Java. HEX triplet: 23, 86 and 8D. RGB value is (35,134,141). Sum of RGB (Red+Green+Blue) = 35+134+141=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #23868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23868D is #DC7972. Grayscale: #696969. Windows color (decimal): -14449011 or 9274915. OLE color: 9274915.

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

Color convert

RGB 35 134 141 -
CMYK 0.75 0.05 0 0.45
HSL 183.96º 0.6% 0.35% -
HSV(B) 183.96º 0.75% 0.55% -
XYZ 14.03 19.33 28.19 -
YUV 105.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 35 134 141 0.75 0.05 0 0.45 183.96 0.6 0.35
Hex 23 86 8D 4B 5 0 2D B8 3C 23
Octal 43 206 215 113 5 0 55 270 74 43
Binary 100011 10000110 10001101 1001011 101 0 101101 10111000 111100 100011

Color Harmonies of #23868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23868D

Black with #23868D

Text Example


Text Example

White with #23868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23868D; }

 p { color: rgb(35,134,141); }

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

background-color css

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

 a { background-color: rgb(35,134,141); }

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

border-color css

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

 span { border-color: rgb(35,134,141); }

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