Html Css Color HEX #3A86BA Curious Blue

📋 copy color: '#3A86BA'

red 58 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #3A86BA

Tints of Curious Blue #3A86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.45%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 15.34%
G = 35.45%
B = 49.21%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A86BA (or 0x3A86BA) is known color: Curious Blue. HEX triplet: 3A, 86 and BA. RGB value is (58,134,186). Sum of RGB (Red+Green+Blue) = 58+134+186=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A86BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A86BA is #C57945. Grayscale: #747474. Windows color (decimal): -12941638 or 12224058. OLE color: 12224058.

HSL color Cylindrical-coordinate representation of color #3A86BA: hue angle of 204.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A86BA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 134 186 -
CMYK 0.69 0.28 0 0.27
HSL 204.38º 0.52% 0.48% -
HSV(B) 204.38º 0.69% 0.73% -
XYZ 19.13 21.49 49.59 -
YUV 117.2 166.82 85.77 -
System Red Green Blue C M Y K H S L
Decimal 58 134 186 0.69 0.28 0 0.27 204.38 0.52 0.48
Hex 3A 86 BA 45 1C 0 1B CC 34 30
Octal 72 206 272 105 34 0 33 314 64 60
Binary 111010 10000110 10111010 1000101 11100 0 11011 11001100 110100 110000

Color Harmonies of #3A86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A86BA

Black with #3A86BA

Text Example


Text Example

White with #3A86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,134,186); }

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

background-color css

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

 a { background-color: rgb(58,134,186); }

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

border-color css

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

 span { border-color: rgb(58,134,186); }

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