Html Css Color HEX #237361 Deep Sea

📋 copy color: '#237361'

red 35 ◦ green 115 ◦ blue 97

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

Shades of Deep Sea #237361

Tints of Deep Sea #237361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 14.17%
G = 46.56%
B = 39.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#237361 (or 0x237361) is known color: Deep Sea. HEX triplet: 23, 73 and 61. RGB value is (35,115,97). Sum of RGB (Red+Green+Blue) = 35+115+97=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #237361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237361 is #DC8C9E. Grayscale: #595959. Windows color (decimal): -14453919 or 6386467. OLE color: 6386467.

HSL color Cylindrical-coordinate representation of color #237361: hue angle of 166.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237361 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 115 97 -
CMYK 0.70 0 0.16 0.55
HSL 166.5º 0.53% 0.29% -
HSV(B) 166.5º 0.7% 0.45% -
XYZ 8.98 13.48 13.44 -
YUV 89.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 35 115 97 0.70 0 0.16 0.55 166.5 0.53 0.29
Hex 23 73 61 46 0 10 37 A6 35 1D
Octal 43 163 141 106 0 20 67 246 65 35
Binary 100011 1110011 1100001 1000110 0 10000 110111 10100110 110101 11101

Color Harmonies of #237361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237361

Black with #237361

Text Example


Text Example

White with #237361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237361; }

 p { color: rgb(35,115,97); }

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

background-color css

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

 a { background-color: rgb(35,115,97); }

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

border-color css

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

 span { border-color: rgb(35,115,97); }

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