Html Css Color HEX #38778B Calypso

📋 copy color: '#38778B'

red 56 ◦ green 119 ◦ blue 139

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

Shades of Calypso #38778B

Tints of Calypso #38778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 17.83%
G = 37.9%
B = 44.27%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38778B (or 0x38778B) is known color: Calypso. HEX triplet: 38, 77 and 8B. RGB value is (56,119,139). Sum of RGB (Red+Green+Blue) = 56+119+139=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #38778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38778B is #C78874. Grayscale: #666666. Windows color (decimal): -13076597 or 9140024. OLE color: 9140024.

HSL color Cylindrical-coordinate representation of color #38778B: hue angle of 194.46º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38778B is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 119 139 -
CMYK 0.60 0.14 0 0.45
HSL 194.46º 0.43% 0.38% -
HSV(B) 194.46º 0.6% 0.55% -
XYZ 12.89 15.9 26.82 -
YUV 102.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 56 119 139 0.60 0.14 0 0.45 194.46 0.43 0.38
Hex 38 77 8B 3C E 0 2D C2 2B 26
Octal 70 167 213 74 16 0 55 302 53 46
Binary 111000 1110111 10001011 111100 1110 0 101101 11000010 101011 100110

Color Harmonies of #38778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38778B

Black with #38778B

Text Example


Text Example

White with #38778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38778B; }

 p { color: rgb(56,119,139); }

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

background-color css

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

 a { background-color: rgb(56,119,139); }

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

border-color css

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

 span { border-color: rgb(56,119,139); }

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