Html Css Color HEX #387488 Calypso

📋 copy color: '#387488'

red 56 ◦ green 116 ◦ blue 136

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

Shades of Calypso #387488

Tints of Calypso #387488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 18.18%
G = 37.66%
B = 44.16%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387488 (or 0x387488) is known color: Calypso. HEX triplet: 38, 74 and 88. RGB value is (56,116,136). Sum of RGB (Red+Green+Blue) = 56+116+136=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #387488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387488 is #C78B77. Grayscale: #646464. Windows color (decimal): -13077368 or 8942648. OLE color: 8942648.

HSL color Cylindrical-coordinate representation of color #387488: hue angle of 195º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387488 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 116 136 -
CMYK 0.59 0.15 0 0.47
HSL 195º 0.42% 0.38% -
HSV(B) 195º 0.59% 0.53% -
XYZ 12.32 15.11 25.56 -
YUV 100.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 56 116 136 0.59 0.15 0 0.47 195 0.42 0.38
Hex 38 74 88 3B F 0 2F C3 2A 26
Octal 70 164 210 73 17 0 57 303 52 46
Binary 111000 1110100 10001000 111011 1111 0 101111 11000011 101010 100110

Color Harmonies of #387488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387488

Black with #387488

Text Example


Text Example

White with #387488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387488; }

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

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

background-color css

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

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

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

border-color css

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

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

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