Html Css Color HEX #38707F Calypso

📋 copy color: '#38707F'

red 56 ◦ green 112 ◦ blue 127

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

Shades of Calypso #38707F

Tints of Calypso #38707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 127 (50% from 255) = 43.05%

R = 18.98%
G = 37.97%
B = 43.05%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38707F (or 0x38707F) is known color: Calypso. HEX triplet: 38, 70 and 7F. RGB value is (56,112,127). Sum of RGB (Red+Green+Blue) = 56+112+127=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #38707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38707F is #C78F80. Grayscale: #606060. Windows color (decimal): -13078401 or 8351800. OLE color: 8351800.

HSL color Cylindrical-coordinate representation of color #38707F: hue angle of 192.68º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38707F is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 112 127 -
CMYK 0.56 0.12 0 0.50
HSL 192.68º 0.39% 0.36% -
HSV(B) 192.68º 0.56% 0.5% -
XYZ 11.26 13.96 22.18 -
YUV 96.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 56 112 127 0.56 0.12 0 0.50 192.68 0.39 0.36
Hex 38 70 7F 38 C 0 32 C1 27 24
Octal 70 160 177 70 14 0 62 301 47 44
Binary 111000 1110000 1111111 111000 1100 0 110010 11000001 100111 100100

Color Harmonies of #38707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38707F

Black with #38707F

Text Example


Text Example

White with #38707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38707F; }

 p { color: rgb(56,112,127); }

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

background-color css

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

 a { background-color: rgb(56,112,127); }

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

border-color css

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

 span { border-color: rgb(56,112,127); }

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