Html Css Color HEX #237765 Deep Sea

📋 copy color: '#237765'

red 35 ◦ green 119 ◦ blue 101

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

Shades of Deep Sea #237765

Tints of Deep Sea #237765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.67%

 BLUE value IS 101 (39.84% from 255) = 39.61%

R = 13.73%
G = 46.67%
B = 39.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#237765 (or 0x237765) is known color: Deep Sea. HEX triplet: 23, 77 and 65. RGB value is (35,119,101). Sum of RGB (Red+Green+Blue) = 35+119+101=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #237765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237765 is #DC889A. Grayscale: #5B5B5B. Windows color (decimal): -14452891 or 6649635. OLE color: 6649635.

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

Color convert

RGB 35 119 101 -
CMYK 0.71 0 0.15 0.53
HSL 167.14º 0.55% 0.3% -
HSV(B) 167.14º 0.71% 0.47% -
XYZ 9.64 14.49 14.6 -
YUV 91.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 35 119 101 0.71 0 0.15 0.53 167.14 0.55 0.3
Hex 23 77 65 47 0 F 35 A7 37 1E
Octal 43 167 145 107 0 17 65 247 67 36
Binary 100011 1110111 1100101 1000111 0 1111 110101 10100111 110111 11110

Color Harmonies of #237765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237765

Black with #237765

Text Example


Text Example

White with #237765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237765; }

 p { color: rgb(35,119,101); }

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

background-color css

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

 a { background-color: rgb(35,119,101); }

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

border-color css

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

 span { border-color: rgb(35,119,101); }

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