Html Css Color HEX #3A80AA Curious Blue

📋 copy color: '#3A80AA'

red 58 ◦ green 128 ◦ blue 170

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

Shades of Curious Blue #3A80AA

Tints of Curious Blue #3A80AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 16.29%
G = 35.96%
B = 47.75%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A80AA (or 0x3A80AA) is known color: Curious Blue. HEX triplet: 3A, 80 and AA. RGB value is (58,128,170). Sum of RGB (Red+Green+Blue) = 58+128+170=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A80AA is #C57F55. Grayscale: #6F6F6F. Windows color (decimal): -12943190 or 11173946. OLE color: 11173946.

HSL color Cylindrical-coordinate representation of color #3A80AA: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A80AA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 128 170 -
CMYK 0.66 0.25 0 0.33
HSL 202.5º 0.49% 0.45% -
HSV(B) 202.5º 0.66% 0.67% -
XYZ 16.72 19.24 40.86 -
YUV 111.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 58 128 170 0.66 0.25 0 0.33 202.5 0.49 0.45
Hex 3A 80 AA 42 19 0 21 CA 31 2D
Octal 72 200 252 102 31 0 41 312 61 55
Binary 111010 10000000 10101010 1000010 11001 0 100001 11001010 110001 101101

Color Harmonies of #3A80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A80AA

Black with #3A80AA

Text Example


Text Example

White with #3A80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,128,170); }

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

background-color css

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

 a { background-color: rgb(58,128,170); }

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

border-color css

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

 span { border-color: rgb(58,128,170); }

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