Html Css Color HEX #23815D Deep Sea

📋 copy color: '#23815D'

red 35 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #23815D

Tints of Deep Sea #23815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.19%

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

R = 13.62%
G = 50.19%
B = 36.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#23815D (or 0x23815D) is known color: Deep Sea. HEX triplet: 23, 81 and 5D. RGB value is (35,129,93). Sum of RGB (Red+Green+Blue) = 35+129+93=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #23815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23815D is #DC7EA2. Grayscale: #606060. Windows color (decimal): -14450339 or 6127907. OLE color: 6127907.

HSL color Cylindrical-coordinate representation of color #23815D: hue angle of 157.02º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23815D is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 129 93 -
CMYK 0.73 0 0.28 0.49
HSL 157.02º 0.57% 0.32% -
HSV(B) 157.02º 0.73% 0.51% -
XYZ 10.52 16.85 13.05 -
YUV 96.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 35 129 93 0.73 0 0.28 0.49 157.02 0.57 0.32
Hex 23 81 5D 49 0 1C 31 9D 39 20
Octal 43 201 135 111 0 34 61 235 71 40
Binary 100011 10000001 1011101 1001001 0 11100 110001 10011101 111001 100000

Color Harmonies of #23815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23815D

Black with #23815D

Text Example


Text Example

White with #23815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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