Html Css Color HEX #257964 Deep Sea

📋 copy color: '#257964'

red 37 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #257964

Tints of Deep Sea #257964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 14.34%
G = 46.9%
B = 38.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#257964 (or 0x257964) is known color: Deep Sea. HEX triplet: 25, 79 and 64. RGB value is (37,121,100). Sum of RGB (Red+Green+Blue) = 37+121+100=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #257964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257964 is #DA869B. Grayscale: #5D5D5D. Windows color (decimal): -14321308 or 6584613. OLE color: 6584613.

HSL color Cylindrical-coordinate representation of color #257964: hue angle of 165º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257964 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 100 -
CMYK 0.69 0 0.17 0.53
HSL 165º 0.53% 0.31% -
HSV(B) 165º 0.69% 0.47% -
XYZ 9.9 14.99 14.43 -
YUV 93.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 37 121 100 0.69 0 0.17 0.53 165 0.53 0.31
Hex 25 79 64 45 0 11 35 A5 35 1F
Octal 45 171 144 105 0 21 65 245 65 37
Binary 100101 1111001 1100100 1000101 0 10001 110101 10100101 110101 11111

Color Harmonies of #257964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257964

Black with #257964

Text Example


Text Example

White with #257964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257964; }

 p { color: rgb(37,121,100); }

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

background-color css

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

 a { background-color: rgb(37,121,100); }

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

border-color css

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

 span { border-color: rgb(37,121,100); }

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