Html Css Color HEX #23919D Java

📋 copy color: '#23919D'

red 35 ◦ green 145 ◦ blue 157

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

Shades of Java #23919D

Tints of Java #23919D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 10.39%
G = 43.03%
B = 46.59%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23919D (or 0x23919D) is known color: Java. HEX triplet: 23, 91 and 9D. RGB value is (35,145,157). Sum of RGB (Red+Green+Blue) = 35+145+157=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #23919D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23919D is #DC6E62. Grayscale: #717171. Windows color (decimal): -14446179 or 10326307. OLE color: 10326307.

HSL color Cylindrical-coordinate representation of color #23919D: hue angle of 185.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23919D is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 145 157 -
CMYK 0.78 0.08 0 0.38
HSL 185.9º 0.64% 0.38% -
HSV(B) 185.9º 0.78% 0.62% -
XYZ 16.9 23.04 35.45 -
YUV 113.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 35 145 157 0.78 0.08 0 0.38 185.9 0.64 0.38
Hex 23 91 9D 4E 8 0 26 BA 40 26
Octal 43 221 235 116 10 0 46 272 100 46
Binary 100011 10010001 10011101 1001110 1000 0 100110 10111010 1000000 100110

Color Harmonies of #23919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23919D

Black with #23919D

Text Example


Text Example

White with #23919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,145,157); }

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

background-color css

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

 a { background-color: rgb(35,145,157); }

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

border-color css

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

 span { border-color: rgb(35,145,157); }

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