Html Css Color HEX #287B5D Deep Sea

📋 copy color: '#287B5D'

red 40 ◦ green 123 ◦ blue 93

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

Shades of Deep Sea #287B5D

Tints of Deep Sea #287B5D

RGB

 RED value IS 40 (16.02% from 255) = 15.63%

 GREEN value IS 123 (48.44% from 255) = 48.05%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 15.63%
G = 48.05%
B = 36.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#287B5D (or 0x287B5D) is known color: Deep Sea. HEX triplet: 28, 7B and 5D. RGB value is (40,123,93). Sum of RGB (Red+Green+Blue) = 40+123+93=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #287B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B5D is #D784A2. Grayscale: #5E5E5E. Windows color (decimal): -14124195 or 6126376. OLE color: 6126376.

HSL color Cylindrical-coordinate representation of color #287B5D: hue angle of 158.31º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B5D is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 123 93 -
CMYK 0.67 0 0.24 0.52
HSL 158.31º 0.51% 0.32% -
HSV(B) 158.31º 0.67% 0.48% -
XYZ 9.93 15.41 12.81 -
YUV 94.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 40 123 93 0.67 0 0.24 0.52 158.31 0.51 0.32
Hex 28 7B 5D 43 0 18 34 9E 33 20
Octal 50 173 135 103 0 30 64 236 63 40
Binary 101000 1111011 1011101 1000011 0 11000 110100 10011110 110011 100000

Color Harmonies of #287B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B5D

Black with #287B5D

Text Example


Text Example

White with #287B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287B5D; }

 p { color: rgb(40,123,93); }

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

background-color css

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

 a { background-color: rgb(40,123,93); }

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

border-color css

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

 span { border-color: rgb(40,123,93); }

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