Html Css Color HEX #237261 Deep Sea

📋 copy color: '#237261'

red 35 ◦ green 114 ◦ blue 97

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

Shades of Deep Sea #237261

Tints of Deep Sea #237261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

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

R = 14.23%
G = 46.34%
B = 39.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#237261 (or 0x237261) is known color: Deep Sea. HEX triplet: 23, 72 and 61. RGB value is (35,114,97). Sum of RGB (Red+Green+Blue) = 35+114+97=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #237261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237261 is #DC8D9E. Grayscale: #585858. Windows color (decimal): -14454175 or 6386211. OLE color: 6386211.

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

Color convert

RGB 35 114 97 -
CMYK 0.69 0 0.15 0.55
HSL 167.09º 0.53% 0.29% -
HSV(B) 167.09º 0.69% 0.45% -
XYZ 8.87 13.26 13.4 -
YUV 88.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 35 114 97 0.69 0 0.15 0.55 167.09 0.53 0.29
Hex 23 72 61 45 0 F 37 A7 35 1D
Octal 43 162 141 105 0 17 67 247 65 35
Binary 100011 1110010 1100001 1000101 0 1111 110111 10100111 110101 11101

Color Harmonies of #237261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237261

Black with #237261

Text Example


Text Example

White with #237261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237261; }

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

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

background-color css

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

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

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

border-color css

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

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

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