Html Css Color HEX #23838D Java

📋 copy color: '#23838D'

red 35 ◦ green 131 ◦ blue 141

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

Shades of Java #23838D

Tints of Java #23838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

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

R = 11.4%
G = 42.67%
B = 45.93%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23838D (or 0x23838D) is known color: Java. HEX triplet: 23, 83 and 8D. RGB value is (35,131,141). Sum of RGB (Red+Green+Blue) = 35+131+141=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #23838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23838D is #DC7C72. Grayscale: #676767. Windows color (decimal): -14449779 or 9274147. OLE color: 9274147.

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

Color convert

RGB 35 131 141 -
CMYK 0.75 0.07 0 0.45
HSL 185.66º 0.6% 0.35% -
HSV(B) 185.66º 0.75% 0.55% -
XYZ 13.62 18.51 28.05 -
YUV 103.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 35 131 141 0.75 0.07 0 0.45 185.66 0.6 0.35
Hex 23 83 8D 4B 7 0 2D BA 3C 23
Octal 43 203 215 113 7 0 55 272 74 43
Binary 100011 10000011 10001101 1001011 111 0 101101 10111010 111100 100011

Color Harmonies of #23838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23838D

Black with #23838D

Text Example


Text Example

White with #23838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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