Html Css Color HEX #3A7084 Calypso

📋 copy color: '#3A7084'

red 58 ◦ green 112 ◦ blue 132

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

Shades of Calypso #3A7084

Tints of Calypso #3A7084

RGB

 RED value IS 58 (23.05% from 255) = 19.21%

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

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 19.21%
G = 37.09%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A7084 (or 0x3A7084) is known color: Calypso. HEX triplet: 3A, 70 and 84. RGB value is (58,112,132). Sum of RGB (Red+Green+Blue) = 58+112+132=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A7084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7084 is #C58F7B. Grayscale: #616161. Windows color (decimal): -12947324 or 8679482. OLE color: 8679482.

HSL color Cylindrical-coordinate representation of color #3A7084: hue angle of 196.22º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7084 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 112 132 -
CMYK 0.56 0.15 0 0.48
HSL 196.22º 0.39% 0.37% -
HSV(B) 196.22º 0.56% 0.52% -
XYZ 11.7 14.15 23.94 -
YUV 98.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 58 112 132 0.56 0.15 0 0.48 196.22 0.39 0.37
Hex 3A 70 84 38 F 0 30 C4 27 25
Octal 72 160 204 70 17 0 60 304 47 45
Binary 111010 1110000 10000100 111000 1111 0 110000 11000100 100111 100101

Color Harmonies of #3A7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7084

Black with #3A7084

Text Example


Text Example

White with #3A7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,132); }

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

background-color css

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

 a { background-color: rgb(58,112,132); }

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

border-color css

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

 span { border-color: rgb(58,112,132); }

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