Html Css Color HEX #3A84AD Curious Blue

📋 copy color: '#3A84AD'

red 58 ◦ green 132 ◦ blue 173

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

Shades of Curious Blue #3A84AD

Tints of Curious Blue #3A84AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 15.98%
G = 36.36%
B = 47.66%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A84AD (or 0x3A84AD) is known color: Curious Blue. HEX triplet: 3A, 84 and AD. RGB value is (58,132,173). Sum of RGB (Red+Green+Blue) = 58+132+173=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A84AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A84AD is #C57B52. Grayscale: #727272. Windows color (decimal): -12942163 or 11371578. OLE color: 11371578.

HSL color Cylindrical-coordinate representation of color #3A84AD: hue angle of 201.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A84AD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 132 173 -
CMYK 0.66 0.24 0 0.32
HSL 201.39º 0.5% 0.45% -
HSV(B) 201.39º 0.66% 0.68% -
XYZ 17.54 20.42 42.55 -
YUV 114.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 58 132 173 0.66 0.24 0 0.32 201.39 0.5 0.45
Hex 3A 84 AD 42 18 0 20 C9 32 2D
Octal 72 204 255 102 30 0 40 311 62 55
Binary 111010 10000100 10101101 1000010 11000 0 100000 11001001 110010 101101

Color Harmonies of #3A84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A84AD

Black with #3A84AD

Text Example


Text Example

White with #3A84AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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