Html Css Color HEX #387682 Calypso

📋 copy color: '#387682'

red 56 ◦ green 118 ◦ blue 130

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

Shades of Calypso #387682

Tints of Calypso #387682

RGB

 RED value IS 56 (22.27% from 255) = 18.42%

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

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 18.42%
G = 38.82%
B = 42.76%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387682 (or 0x387682) is known color: Calypso. HEX triplet: 38, 76 and 82. RGB value is (56,118,130). Sum of RGB (Red+Green+Blue) = 56+118+130=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #387682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387682 is #C7897D. Grayscale: #646464. Windows color (decimal): -13076862 or 8549944. OLE color: 8549944.

HSL color Cylindrical-coordinate representation of color #387682: hue angle of 189.73º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387682 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 118 130 -
CMYK 0.57 0.09 0 0.49
HSL 189.73º 0.4% 0.36% -
HSV(B) 189.73º 0.57% 0.51% -
XYZ 12.14 15.41 23.45 -
YUV 100.83 144.46 96.02 -
System Red Green Blue C M Y K H S L
Decimal 56 118 130 0.57 0.09 0 0.49 189.73 0.4 0.36
Hex 38 76 82 39 9 0 31 BE 28 24
Octal 70 166 202 71 11 0 61 276 50 44
Binary 111000 1110110 10000010 111001 1001 0 110001 10111110 101000 100100

Color Harmonies of #387682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387682

Black with #387682

Text Example


Text Example

White with #387682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387682; }

 p { color: rgb(56,118,130); }

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

background-color css

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

 a { background-color: rgb(56,118,130); }

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

border-color css

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

 span { border-color: rgb(56,118,130); }

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