Html Css Color HEX #387683 Calypso

📋 copy color: '#387683'

red 56 ◦ green 118 ◦ blue 131

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

Shades of Calypso #387683

Tints of Calypso #387683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 18.36%
G = 38.69%
B = 42.95%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387683 (or 0x387683) is known color: Calypso. HEX triplet: 38, 76 and 83. RGB value is (56,118,131). Sum of RGB (Red+Green+Blue) = 56+118+131=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #387683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387683 is #C7897C. Grayscale: #646464. Windows color (decimal): -13076861 or 8615480. OLE color: 8615480.

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

Color convert

RGB 56 118 131 -
CMYK 0.57 0.10 0 0.49
HSL 190.4º 0.4% 0.37% -
HSV(B) 190.4º 0.57% 0.51% -
XYZ 12.21 15.44 23.81 -
YUV 100.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 56 118 131 0.57 0.10 0 0.49 190.4 0.4 0.37
Hex 38 76 83 39 A 0 31 BE 28 25
Octal 70 166 203 71 12 0 61 276 50 45
Binary 111000 1110110 10000011 111001 1010 0 110001 10111110 101000 100101

Color Harmonies of #387683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387683

Black with #387683

Text Example


Text Example

White with #387683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387683; }

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

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

background-color css

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

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

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

border-color css

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

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

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