Html Css Color HEX #386C7B Calypso

📋 copy color: '#386C7B'

red 56 ◦ green 108 ◦ blue 123

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

Shades of Calypso #386C7B

Tints of Calypso #386C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 19.51%
G = 37.63%
B = 42.86%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#386C7B (or 0x386C7B) is known color: Calypso. HEX triplet: 38, 6C and 7B. RGB value is (56,108,123). Sum of RGB (Red+Green+Blue) = 56+108+123=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #386C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C7B is #C79384. Grayscale: #5E5E5E. Windows color (decimal): -13079429 or 8088632. OLE color: 8088632.

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

Color convert

RGB 56 108 123 -
CMYK 0.54 0.12 0 0.52
HSL 193.43º 0.37% 0.35% -
HSV(B) 193.43º 0.54% 0.48% -
XYZ 10.57 13 20.69 -
YUV 94.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 56 108 123 0.54 0.12 0 0.52 193.43 0.37 0.35
Hex 38 6C 7B 36 C 0 34 C1 25 23
Octal 70 154 173 66 14 0 64 301 45 43
Binary 111000 1101100 1111011 110110 1100 0 110100 11000001 100101 100011

Color Harmonies of #386C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C7B

Black with #386C7B

Text Example


Text Example

White with #386C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386C7B; }

 p { color: rgb(56,108,123); }

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

background-color css

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

 a { background-color: rgb(56,108,123); }

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

border-color css

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

 span { border-color: rgb(56,108,123); }

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