Html Css Color HEX #3A84BE Curious Blue

📋 copy color: '#3A84BE'

red 58 ◦ green 132 ◦ blue 190

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

Shades of Curious Blue #3A84BE

Tints of Curious Blue #3A84BE

RGB

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

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

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

R = 15.26%
G = 34.74%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A84BE (or 0x3A84BE) is known color: Curious Blue. HEX triplet: 3A, 84 and BE. RGB value is (58,132,190). Sum of RGB (Red+Green+Blue) = 58+132+190=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A84BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A84BE is #C57B41. Grayscale: #747474. Windows color (decimal): -12942146 or 12485690. OLE color: 12485690.

HSL color Cylindrical-coordinate representation of color #3A84BE: hue angle of 206.36º 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 #3A84BE is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 132 190 -
CMYK 0.69 0.31 0 0.25
HSL 206.36º 0.53% 0.49% -
HSV(B) 206.36º 0.69% 0.75% -
XYZ 19.29 21.12 51.78 -
YUV 116.49 169.48 86.28 -
System Red Green Blue C M Y K H S L
Decimal 58 132 190 0.69 0.31 0 0.25 206.36 0.53 0.49
Hex 3A 84 BE 45 1F 0 19 CE 35 31
Octal 72 204 276 105 37 0 31 316 65 61
Binary 111010 10000100 10111110 1000101 11111 0 11001 11001110 110101 110001

Color Harmonies of #3A84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A84BE

Black with #3A84BE

Text Example


Text Example

White with #3A84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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