Html Css Color HEX #387484 Calypso

📋 copy color: '#387484'

red 56 ◦ green 116 ◦ blue 132

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

Shades of Calypso #387484

Tints of Calypso #387484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 18.42%
G = 38.16%
B = 43.42%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387484 (or 0x387484) is known color: Calypso. HEX triplet: 38, 74 and 84. RGB value is (56,116,132). Sum of RGB (Red+Green+Blue) = 56+116+132=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #387484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387484 is #C78B7B. Grayscale: #636363. Windows color (decimal): -13077372 or 8680504. OLE color: 8680504.

HSL color Cylindrical-coordinate representation of color #387484: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387484 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 116 132 -
CMYK 0.58 0.12 0 0.48
HSL 192.63º 0.4% 0.37% -
HSV(B) 192.63º 0.58% 0.52% -
XYZ 12.04 15 24.09 -
YUV 99.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 56 116 132 0.58 0.12 0 0.48 192.63 0.4 0.37
Hex 38 74 84 3A C 0 30 C1 28 25
Octal 70 164 204 72 14 0 60 301 50 45
Binary 111000 1110100 10000100 111010 1100 0 110000 11000001 101000 100101

Color Harmonies of #387484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387484

Black with #387484

Text Example


Text Example

White with #387484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387484; }

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

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

background-color css

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

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

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

border-color css

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

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

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