Html Css Color HEX #23745E Deep Sea

📋 copy color: '#23745E'

red 35 ◦ green 116 ◦ blue 94

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

Shades of Deep Sea #23745E

Tints of Deep Sea #23745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 14.29%
G = 47.35%
B = 38.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#23745E (or 0x23745E) is known color: Deep Sea. HEX triplet: 23, 74 and 5E. RGB value is (35,116,94). Sum of RGB (Red+Green+Blue) = 35+116+94=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #23745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23745E is #DC8BA1. Grayscale: #595959. Windows color (decimal): -14453666 or 6190115. OLE color: 6190115.

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

Color convert

RGB 35 116 94 -
CMYK 0.70 0 0.19 0.55
HSL 163.7º 0.54% 0.3% -
HSV(B) 163.7º 0.7% 0.45% -
XYZ 8.96 13.66 12.75 -
YUV 89.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 35 116 94 0.70 0 0.19 0.55 163.7 0.54 0.3
Hex 23 74 5E 46 0 13 37 A4 36 1E
Octal 43 164 136 106 0 23 67 244 66 36
Binary 100011 1110100 1011110 1000110 0 10011 110111 10100100 110110 11110

Color Harmonies of #23745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23745E

Black with #23745E

Text Example


Text Example

White with #23745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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