Html Css Color HEX #3386DC Curious Blue

📋 copy color: '#3386DC'

red 51 ◦ green 134 ◦ blue 220

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

Shades of Curious Blue #3386DC

Tints of Curious Blue #3386DC

RGB

 RED value IS 51 (20.31% from 255) = 12.59%

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 12.59%
G = 33.09%
B = 54.32%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3386DC (or 0x3386DC) is known color: Curious Blue. HEX triplet: 33, 86 and DC. RGB value is (51,134,220). Sum of RGB (Red+Green+Blue) = 51+134+220=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #3386DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386DC is #CC7923. Grayscale: #767676. Windows color (decimal): -13400356 or 14452275. OLE color: 14452275.

HSL color Cylindrical-coordinate representation of color #3386DC: hue angle of 210.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3386DC is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 134 220 -
CMYK 0.77 0.39 0 0.14
HSL 210.53º 0.71% 0.53% -
HSV(B) 210.53º 0.77% 0.86% -
XYZ 22.81 22.92 70.93 -
YUV 118.99 185 79.51 -
System Red Green Blue C M Y K H S L
Decimal 51 134 220 0.77 0.39 0 0.14 210.53 0.71 0.53
Hex 33 86 DC 4D 27 0 E D3 47 35
Octal 63 206 334 115 47 0 16 323 107 65
Binary 110011 10000110 11011100 1001101 100111 0 1110 11010011 1000111 110101

Color Harmonies of #3386DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386DC

Black with #3386DC

Text Example


Text Example

White with #3386DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3386DC; }

 p { color: rgb(51,134,220); }

 H1.HeaderClassName
 {
   color: #3386DC;
 }
 .AnyTagClassName
 {
   color: #3386DC;
 }
</style>

background-color css

<style>
 a { background-color: #3386DC; }

 a { background-color: rgb(51,134,220); }

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

border-color css

<style>
 span { border-color: #3386DC; }

 span { border-color: rgb(51,134,220); }

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