Html Css Color HEX #3886CE Curious Blue

📋 copy color: '#3886CE'

red 56 ◦ green 134 ◦ blue 206

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

Shades of Curious Blue #3886CE

Tints of Curious Blue #3886CE

RGB

 RED value IS 56 (22.27% from 255) = 14.14%

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

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

R = 14.14%
G = 33.84%
B = 52.02%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3886CE (or 0x3886CE) is known color: Curious Blue. HEX triplet: 38, 86 and CE. RGB value is (56,134,206). Sum of RGB (Red+Green+Blue) = 56+134+206=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #3886CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886CE is #C77931. Grayscale: #767676. Windows color (decimal): -13072690 or 13534776. OLE color: 13534776.

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

Color convert

RGB 56 134 206 -
CMYK 0.73 0.35 0 0.19
HSL 208.8º 0.6% 0.51% -
HSV(B) 208.8º 0.73% 0.81% -
XYZ 21.3 22.35 61.58 -
YUV 118.89 177.16 83.15 -
System Red Green Blue C M Y K H S L
Decimal 56 134 206 0.73 0.35 0 0.19 208.8 0.6 0.51
Hex 38 86 CE 49 23 0 13 D1 3C 33
Octal 70 206 316 111 43 0 23 321 74 63
Binary 111000 10000110 11001110 1001001 100011 0 10011 11010001 111100 110011

Color Harmonies of #3886CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3886CE

Black with #3886CE

Text Example


Text Example

White with #3886CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3886CE; }

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

 H1.HeaderClassName
 {
   color: #3886CE;
 }
 .AnyTagClassName
 {
   color: #3886CE;
 }
</style>

background-color css

<style>
 a { background-color: #3886CE; }

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

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

border-color css

<style>
 span { border-color: #3886CE; }

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

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