Html Css Color HEX #23745B Deep Sea

📋 copy color: '#23745B'

red 35 ◦ green 116 ◦ blue 91

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

Shades of Deep Sea #23745B

Tints of Deep Sea #23745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 14.46%
G = 47.93%
B = 37.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#23745B (or 0x23745B) is known color: Deep Sea. HEX triplet: 23, 74 and 5B. RGB value is (35,116,91). Sum of RGB (Red+Green+Blue) = 35+116+91=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #23745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23745B is #DC8BA4. Grayscale: #585858. Windows color (decimal): -14453669 or 5993507. OLE color: 5993507.

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

Color convert

RGB 35 116 91 -
CMYK 0.70 0 0.22 0.55
HSL 161.48º 0.54% 0.3% -
HSV(B) 161.48º 0.7% 0.45% -
XYZ 8.83 13.6 12.06 -
YUV 88.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 35 116 91 0.70 0 0.22 0.55 161.48 0.54 0.3
Hex 23 74 5B 46 0 16 37 A1 36 1E
Octal 43 164 133 106 0 26 67 241 66 36
Binary 100011 1110100 1011011 1000110 0 10110 110111 10100001 110110 11110

Color Harmonies of #23745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23745B

Black with #23745B

Text Example


Text Example

White with #23745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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