Html Css Color HEX #23858D Java

📋 copy color: '#23858D'

red 35 ◦ green 133 ◦ blue 141

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

Shades of Java #23858D

Tints of Java #23858D

RGB

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

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

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

R = 11.33%
G = 43.04%
B = 45.63%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23858D (or 0x23858D) is known color: Java. HEX triplet: 23, 85 and 8D. RGB value is (35,133,141). Sum of RGB (Red+Green+Blue) = 35+133+141=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #23858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23858D is #DC7A72. Grayscale: #686868. Windows color (decimal): -14449267 or 9274659. OLE color: 9274659.

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

Color convert

RGB 35 133 141 -
CMYK 0.75 0.06 0 0.45
HSL 184.53º 0.6% 0.35% -
HSV(B) 184.53º 0.75% 0.55% -
XYZ 13.89 19.06 28.15 -
YUV 104.61 148.53 78.35 -
System Red Green Blue C M Y K H S L
Decimal 35 133 141 0.75 0.06 0 0.45 184.53 0.6 0.35
Hex 23 85 8D 4B 6 0 2D B9 3C 23
Octal 43 205 215 113 6 0 55 271 74 43
Binary 100011 10000101 10001101 1001011 110 0 101101 10111001 111100 100011

Color Harmonies of #23858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23858D

Black with #23858D

Text Example


Text Example

White with #23858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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