Html Css Color HEX #3B86CA Curious Blue

📋 copy color: '#3B86CA'

red 59 ◦ green 134 ◦ blue 202

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

Shades of Curious Blue #3B86CA

Tints of Curious Blue #3B86CA

RGB

 RED value IS 59 (23.44% from 255) = 14.94%

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 14.94%
G = 33.92%
B = 51.14%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3B86CA (or 0x3B86CA) is known color: Curious Blue. HEX triplet: 3B, 86 and CA. RGB value is (59,134,202). Sum of RGB (Red+Green+Blue) = 59+134+202=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B86CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B86CA is #C47935. Grayscale: #767676. Windows color (decimal): -12876086 or 13272635. OLE color: 13272635.

HSL color Cylindrical-coordinate representation of color #3B86CA: hue angle of 208.53º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B86CA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 134 202 -
CMYK 0.71 0.34 0 0.21
HSL 208.53º 0.57% 0.51% -
HSV(B) 208.53º 0.71% 0.79% -
XYZ 20.99 22.24 59.06 -
YUV 119.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 59 134 202 0.71 0.34 0 0.21 208.53 0.57 0.51
Hex 3B 86 CA 47 22 0 15 D1 39 33
Octal 73 206 312 107 42 0 25 321 71 63
Binary 111011 10000110 11001010 1000111 100010 0 10101 11010001 111001 110011

Color Harmonies of #3B86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B86CA

Black with #3B86CA

Text Example


Text Example

White with #3B86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,134,202); }

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

background-color css

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

 a { background-color: rgb(59,134,202); }

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

border-color css

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

 span { border-color: rgb(59,134,202); }

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