#23775C

Color #23775C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #23775C

Tints of Deep Sea #23775C

Color information

#23775C (or 0x23775C) is unknown color: approx Deep Sea. HEX triplet: 23, 77 and 5C. RGB value is (35,119,92). Sum of RGB (Red+Green+Blue) = 35+119+92=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #23775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23775C is #DC88A3. Grayscale: #5A5A5A. Windows color (decimal): -14452900 or 6059811. OLE color: 6059811.

HSL color Cylindrical-coordinate representation of color #23775C: hue angle of 160.71º 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 #23775C is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB3511992-
CMYK0.7100.230.53
HSL160.71º54.55%30.2%-
HSV(B)160.71º70.59%46.67%-
XYZ9.2214.3212.4-
YUV90.81128.6788.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=14.23%
G=48.37%
B=37.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35119920.7100.230.53160.7154.5530.2
Hex23775C4701735a1371e
Octal43167134107027652416736
Binary1000111110111101110010001110101111101011010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23775C; }

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

 H1.HeaderClassName
 {
   color: #23775C;
 }
 .AnyTagClassName
 {
   color: #23775C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #23775C;
 }
 .BgClassName
 {
   background-color: #23775C;
 }
</style>
border-color css

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

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

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