Html Css Color HEX #387480 Calypso

📋 copy color: '#387480'

red 56 ◦ green 116 ◦ blue 128

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

Shades of Calypso #387480

Tints of Calypso #387480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 18.67%
G = 38.67%
B = 42.67%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387480 (or 0x387480) is known color: Calypso. HEX triplet: 38, 74 and 80. RGB value is (56,116,128). Sum of RGB (Red+Green+Blue) = 56+116+128=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #387480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387480 is #C78B7F. Grayscale: #636363. Windows color (decimal): -13077376 or 8418360. OLE color: 8418360.

HSL color Cylindrical-coordinate representation of color #387480: hue angle of 190º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387480 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 116 128 -
CMYK 0.56 0.09 0 0.50
HSL 190º 0.39% 0.36% -
HSV(B) 190º 0.56% 0.5% -
XYZ 11.77 14.89 22.68 -
YUV 99.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 56 116 128 0.56 0.09 0 0.50 190 0.39 0.36
Hex 38 74 80 38 9 0 32 BE 27 24
Octal 70 164 200 70 11 0 62 276 47 44
Binary 111000 1110100 10000000 111000 1001 0 110010 10111110 100111 100100

Color Harmonies of #387480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387480

Black with #387480

Text Example


Text Example

White with #387480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387480; }

 p { color: rgb(56,116,128); }

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

background-color css

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

 a { background-color: rgb(56,116,128); }

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

border-color css

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

 span { border-color: rgb(56,116,128); }

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