Html Css Color HEX #237665 Deep Sea

📋 copy color: '#237665'

red 35 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #237665

Tints of Deep Sea #237665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.46%

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

R = 13.78%
G = 46.46%
B = 39.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#237665 (or 0x237665) is known color: Deep Sea. HEX triplet: 23, 76 and 65. RGB value is (35,118,101). Sum of RGB (Red+Green+Blue) = 35+118+101=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #237665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237665 is #DC899A. Grayscale: #5B5B5B. Windows color (decimal): -14453147 or 6649379. OLE color: 6649379.

HSL color Cylindrical-coordinate representation of color #237665: hue angle of 167.71º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237665 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 118 101 -
CMYK 0.70 0 0.14 0.54
HSL 167.71º 0.54% 0.3% -
HSV(B) 167.71º 0.7% 0.46% -
XYZ 9.52 14.25 14.56 -
YUV 91.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 35 118 101 0.70 0 0.14 0.54 167.71 0.54 0.3
Hex 23 76 65 46 0 E 36 A8 36 1E
Octal 43 166 145 106 0 16 66 250 66 36
Binary 100011 1110110 1100101 1000110 0 1110 110110 10101000 110110 11110

Color Harmonies of #237665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237665

Black with #237665

Text Example


Text Example

White with #237665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237665; }

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

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

background-color css

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

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

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

border-color css

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

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

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