Html Css Color HEX #387284 Calypso

📋 copy color: '#387284'

red 56 ◦ green 114 ◦ blue 132

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

Shades of Calypso #387284

Tints of Calypso #387284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 18.54%
G = 37.75%
B = 43.71%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387284 (or 0x387284) is known color: Calypso. HEX triplet: 38, 72 and 84. RGB value is (56,114,132). Sum of RGB (Red+Green+Blue) = 56+114+132=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #387284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387284 is #C78D7B. Grayscale: #626262. Windows color (decimal): -13077884 or 8679992. OLE color: 8679992.

HSL color Cylindrical-coordinate representation of color #387284: hue angle of 194.21º 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 #387284 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 114 132 -
CMYK 0.58 0.14 0 0.48
HSL 194.21º 0.4% 0.37% -
HSV(B) 194.21º 0.58% 0.52% -
XYZ 11.81 14.54 24.01 -
YUV 98.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 56 114 132 0.58 0.14 0 0.48 194.21 0.4 0.37
Hex 38 72 84 3A E 0 30 C2 28 25
Octal 70 162 204 72 16 0 60 302 50 45
Binary 111000 1110010 10000100 111010 1110 0 110000 11000010 101000 100101

Color Harmonies of #387284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387284

Black with #387284

Text Example


Text Example

White with #387284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387284; }

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

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

background-color css

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

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

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

border-color css

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

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

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