Html Css Color HEX #38768C Calypso

📋 copy color: '#38768C'

red 56 ◦ green 118 ◦ blue 140

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

Shades of Calypso #38768C

Tints of Calypso #38768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 17.83%
G = 37.58%
B = 44.59%

CMYK

 C value IS 0.6

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38768C (or 0x38768C) is known color: Calypso. HEX triplet: 38, 76 and 8C. RGB value is (56,118,140). Sum of RGB (Red+Green+Blue) = 56+118+140=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #38768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38768C is #C78973. Grayscale: #656565. Windows color (decimal): -13076852 or 9205304. OLE color: 9205304.

HSL color Cylindrical-coordinate representation of color #38768C: hue angle of 195.71º 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 #38768C is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 118 140 -
CMYK 0.6 0.16 0 0.45
HSL 195.71º 0.43% 0.38% -
HSV(B) 195.71º 0.6% 0.55% -
XYZ 12.84 15.69 27.16 -
YUV 101.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 56 118 140 0.6 0.16 0 0.45 195.71 0.43 0.38
Hex 38 76 8C 3C 10 0 2D C4 2B 26
Octal 70 166 214 74 20 0 55 304 53 46
Binary 111000 1110110 10001100 111100 10000 0 101101 11000100 101011 100110

Color Harmonies of #38768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38768C

Black with #38768C

Text Example


Text Example

White with #38768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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