Html Css Color HEX #23745D Deep Sea

📋 copy color: '#23745D'

red 35 ◦ green 116 ◦ blue 93

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

Shades of Deep Sea #23745D

Tints of Deep Sea #23745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 14.34%
G = 47.54%
B = 38.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#23745D (or 0x23745D) is known color: Deep Sea. HEX triplet: 23, 74 and 5D. RGB value is (35,116,93). Sum of RGB (Red+Green+Blue) = 35+116+93=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #23745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23745D is #DC8BA2. Grayscale: #595959. Windows color (decimal): -14453667 or 6124579. OLE color: 6124579.

HSL color Cylindrical-coordinate representation of color #23745D: hue angle of 162.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23745D is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 116 93 -
CMYK 0.70 0 0.20 0.55
HSL 162.96º 0.54% 0.3% -
HSV(B) 162.96º 0.7% 0.45% -
XYZ 8.91 13.64 12.52 -
YUV 89.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 35 116 93 0.70 0 0.20 0.55 162.96 0.54 0.3
Hex 23 74 5D 46 0 14 37 A3 36 1E
Octal 43 164 135 106 0 24 67 243 66 36
Binary 100011 1110100 1011101 1000110 0 10100 110111 10100011 110110 11110

Color Harmonies of #23745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23745D

Black with #23745D

Text Example


Text Example

White with #23745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,116,93); }

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

background-color css

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

 a { background-color: rgb(35,116,93); }

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

border-color css

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

 span { border-color: rgb(35,116,93); }

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