Html Css Color HEX #257360 Deep Sea

📋 copy color: '#257360'

red 37 ◦ green 115 ◦ blue 96

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

Shades of Deep Sea #257360

Tints of Deep Sea #257360

RGB

 RED value IS 37 (14.84% from 255) = 14.92%

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

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 14.92%
G = 46.37%
B = 38.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#257360 (or 0x257360) is known color: Deep Sea. HEX triplet: 25, 73 and 60. RGB value is (37,115,96). Sum of RGB (Red+Green+Blue) = 37+115+96=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #257360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257360 is #DA8C9F. Grayscale: #595959. Windows color (decimal): -14322848 or 6320933. OLE color: 6320933.

HSL color Cylindrical-coordinate representation of color #257360: hue angle of 165.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257360 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 96 -
CMYK 0.68 0 0.17 0.55
HSL 165.38º 0.51% 0.3% -
HSV(B) 165.38º 0.68% 0.45% -
XYZ 9.01 13.5 13.2 -
YUV 89.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 37 115 96 0.68 0 0.17 0.55 165.38 0.51 0.3
Hex 25 73 60 44 0 11 37 A5 33 1E
Octal 45 163 140 104 0 21 67 245 63 36
Binary 100101 1110011 1100000 1000100 0 10001 110111 10100101 110011 11110

Color Harmonies of #257360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257360

Black with #257360

Text Example


Text Example

White with #257360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257360; }

 p { color: rgb(37,115,96); }

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

background-color css

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

 a { background-color: rgb(37,115,96); }

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

border-color css

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

 span { border-color: rgb(37,115,96); }

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