Html Css Color HEX #3A86CE Curious Blue

📋 copy color: '#3A86CE'

red 58 ◦ green 134 ◦ blue 206

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

Shades of Curious Blue #3A86CE

Tints of Curious Blue #3A86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 14.57%
G = 33.67%
B = 51.76%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A86CE (or 0x3A86CE) is known color: Curious Blue. HEX triplet: 3A, 86 and CE. RGB value is (58,134,206). Sum of RGB (Red+Green+Blue) = 58+134+206=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A86CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A86CE is #C57931. Grayscale: #777777. Windows color (decimal): -12941618 or 13534778. OLE color: 13534778.

HSL color Cylindrical-coordinate representation of color #3A86CE: hue angle of 209.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A86CE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 134 206 -
CMYK 0.72 0.35 0 0.19
HSL 209.19º 0.6% 0.52% -
HSV(B) 209.19º 0.72% 0.81% -
XYZ 21.41 22.41 61.59 -
YUV 119.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 58 134 206 0.72 0.35 0 0.19 209.19 0.6 0.52
Hex 3A 86 CE 48 23 0 13 D1 3C 34
Octal 72 206 316 110 43 0 23 321 74 64
Binary 111010 10000110 11001110 1001000 100011 0 10011 11010001 111100 110100

Color Harmonies of #3A86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A86CE

Black with #3A86CE

Text Example


Text Example

White with #3A86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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