Html Css Color HEX #23745F Deep Sea

📋 copy color: '#23745F'

red 35 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #23745F

Tints of Deep Sea #23745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 14.23%
G = 47.15%
B = 38.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#23745F (or 0x23745F) is known color: Deep Sea. HEX triplet: 23, 74 and 5F. RGB value is (35,116,95). Sum of RGB (Red+Green+Blue) = 35+116+95=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #23745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23745F is #DC8BA0. Grayscale: #595959. Windows color (decimal): -14453665 or 6255651. OLE color: 6255651.

HSL color Cylindrical-coordinate representation of color #23745F: hue angle of 164.44º 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 #23745F is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 116 95 -
CMYK 0.70 0 0.18 0.55
HSL 164.44º 0.54% 0.3% -
HSV(B) 164.44º 0.7% 0.45% -
XYZ 9 13.67 12.99 -
YUV 89.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 35 116 95 0.70 0 0.18 0.55 164.44 0.54 0.3
Hex 23 74 5F 46 0 12 37 A4 36 1E
Octal 43 164 137 106 0 22 67 244 66 36
Binary 100011 1110100 1011111 1000110 0 10010 110111 10100100 110110 11110

Color Harmonies of #23745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23745F

Black with #23745F

Text Example


Text Example

White with #23745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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