Html Css Color HEX #3A7584 Calypso

📋 copy color: '#3A7584'

red 58 ◦ green 117 ◦ blue 132

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

Shades of Calypso #3A7584

Tints of Calypso #3A7584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 18.89%
G = 38.11%
B = 43%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A7584 (or 0x3A7584) is known color: Calypso. HEX triplet: 3A, 75 and 84. RGB value is (58,117,132). Sum of RGB (Red+Green+Blue) = 58+117+132=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A7584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7584 is #C58A7B. Grayscale: #646464. Windows color (decimal): -12946044 or 8680762. OLE color: 8680762.

HSL color Cylindrical-coordinate representation of color #3A7584: hue angle of 192.16º 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 #3A7584 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 117 132 -
CMYK 0.56 0.11 0 0.48
HSL 192.16º 0.39% 0.37% -
HSV(B) 192.16º 0.56% 0.52% -
XYZ 12.27 15.29 24.13 -
YUV 101.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 58 117 132 0.56 0.11 0 0.48 192.16 0.39 0.37
Hex 3A 75 84 38 B 0 30 C0 27 25
Octal 72 165 204 70 13 0 60 300 47 45
Binary 111010 1110101 10000100 111000 1011 0 110000 11000000 100111 100101

Color Harmonies of #3A7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7584

Black with #3A7584

Text Example


Text Example

White with #3A7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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