Html Css Color HEX #3B708A Calypso

📋 copy color: '#3B708A'

red 59 ◦ green 112 ◦ blue 138

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

Shades of Calypso #3B708A

Tints of Calypso #3B708A

RGB

 RED value IS 59 (23.44% from 255) = 19.09%

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

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 19.09%
G = 36.25%
B = 44.66%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B708A (or 0x3B708A) is known color: Calypso. HEX triplet: 3B, 70 and 8A. RGB value is (59,112,138). Sum of RGB (Red+Green+Blue) = 59+112+138=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B708A is #C48F75. Grayscale: #626262. Windows color (decimal): -12881782 or 9072699. OLE color: 9072699.

HSL color Cylindrical-coordinate representation of color #3B708A: hue angle of 199.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B708A is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 112 138 -
CMYK 0.57 0.19 0 0.46
HSL 199.75º 0.4% 0.39% -
HSV(B) 199.75º 0.57% 0.54% -
XYZ 12.19 14.35 26.17 -
YUV 99.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 59 112 138 0.57 0.19 0 0.46 199.75 0.4 0.39
Hex 3B 70 8A 39 13 0 2E C8 28 27
Octal 73 160 212 71 23 0 56 310 50 47
Binary 111011 1110000 10001010 111001 10011 0 101110 11001000 101000 100111

Color Harmonies of #3B708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B708A

Black with #3B708A

Text Example


Text Example

White with #3B708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B708A; }

 p { color: rgb(59,112,138); }

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

background-color css

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

 a { background-color: rgb(59,112,138); }

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

border-color css

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

 span { border-color: rgb(59,112,138); }

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