Html Css Color HEX #3A82BE Curious Blue

📋 copy color: '#3A82BE'

red 58 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #3A82BE

Tints of Curious Blue #3A82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 15.34%
G = 34.39%
B = 50.26%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A82BE (or 0x3A82BE) is known color: Curious Blue. HEX triplet: 3A, 82 and BE. RGB value is (58,130,190). Sum of RGB (Red+Green+Blue) = 58+130+190=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A82BE is #C57D41. Grayscale: #737373. Windows color (decimal): -12942658 or 12485178. OLE color: 12485178.

HSL color Cylindrical-coordinate representation of color #3A82BE: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A82BE is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 130 190 -
CMYK 0.69 0.32 0 0.25
HSL 207.27º 0.53% 0.49% -
HSV(B) 207.27º 0.69% 0.75% -
XYZ 19.02 20.58 51.69 -
YUV 115.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 58 130 190 0.69 0.32 0 0.25 207.27 0.53 0.49
Hex 3A 82 BE 45 20 0 19 CF 35 31
Octal 72 202 276 105 40 0 31 317 65 61
Binary 111010 10000010 10111110 1000101 100000 0 11001 11001111 110101 110001

Color Harmonies of #3A82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A82BE

Black with #3A82BE

Text Example


Text Example

White with #3A82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,130,190); }

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

background-color css

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

 a { background-color: rgb(58,130,190); }

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

border-color css

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

 span { border-color: rgb(58,130,190); }

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