Html Css Color HEX #23958D Java

📋 copy color: '#23958D'

red 35 ◦ green 149 ◦ blue 141

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

Shades of Java #23958D

Tints of Java #23958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 10.77%
G = 45.85%
B = 43.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#23958D (or 0x23958D) is known color: Java. HEX triplet: 23, 95 and 8D. RGB value is (35,149,141). Sum of RGB (Red+Green+Blue) = 35+149+141=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #23958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23958D is #DC6A72. Grayscale: #717171. Windows color (decimal): -14445171 or 9278755. OLE color: 9278755.

HSL color Cylindrical-coordinate representation of color #23958D: hue angle of 175.79º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23958D is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 149 141 -
CMYK 0.77 0 0.05 0.42
HSL 175.79º 0.62% 0.36% -
HSV(B) 175.79º 0.77% 0.58% -
XYZ 16.25 23.78 28.93 -
YUV 114 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 35 149 141 0.77 0 0.05 0.42 175.79 0.62 0.36
Hex 23 95 8D 4D 0 5 2A B0 3E 24
Octal 43 225 215 115 0 5 52 260 76 44
Binary 100011 10010101 10001101 1001101 0 101 101010 10110000 111110 100100

Color Harmonies of #23958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23958D

Black with #23958D

Text Example


Text Example

White with #23958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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