Html Css Color HEX #387183 Calypso

📋 copy color: '#387183'

red 56 ◦ green 113 ◦ blue 131

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

Shades of Calypso #387183

Tints of Calypso #387183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 18.67%
G = 37.67%
B = 43.67%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387183 (or 0x387183) is known color: Calypso. HEX triplet: 38, 71 and 83. RGB value is (56,113,131). Sum of RGB (Red+Green+Blue) = 56+113+131=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #387183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387183 is #C78E7C. Grayscale: #616161. Windows color (decimal): -13078141 or 8614200. OLE color: 8614200.

HSL color Cylindrical-coordinate representation of color #387183: hue angle of 194.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 #387183 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 113 131 -
CMYK 0.57 0.14 0 0.49
HSL 194.4º 0.4% 0.37% -
HSV(B) 194.4º 0.57% 0.51% -
XYZ 11.63 14.29 23.62 -
YUV 98.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 56 113 131 0.57 0.14 0 0.49 194.4 0.4 0.37
Hex 38 71 83 39 E 0 31 C2 28 25
Octal 70 161 203 71 16 0 61 302 50 45
Binary 111000 1110001 10000011 111001 1110 0 110001 11000010 101000 100101

Color Harmonies of #387183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387183

Black with #387183

Text Example


Text Example

White with #387183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387183; }

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

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

background-color css

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

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

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

border-color css

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

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

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