Html Css Color HEX #3886BA Curious Blue

📋 copy color: '#3886BA'

red 56 ◦ green 134 ◦ blue 186

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

Shades of Curious Blue #3886BA

Tints of Curious Blue #3886BA

RGB

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

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

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

R = 14.89%
G = 35.64%
B = 49.47%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3886BA (or 0x3886BA) is known color: Curious Blue. HEX triplet: 38, 86 and BA. RGB value is (56,134,186). Sum of RGB (Red+Green+Blue) = 56+134+186=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #3886BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886BA is #C77945. Grayscale: #747474. Windows color (decimal): -13072710 or 12224056. OLE color: 12224056.

HSL color Cylindrical-coordinate representation of color #3886BA: hue angle of 204º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3886BA is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 134 186 -
CMYK 0.70 0.28 0 0.27
HSL 204º 0.54% 0.47% -
HSV(B) 204º 0.7% 0.73% -
XYZ 19.02 21.44 49.59 -
YUV 116.61 167.16 84.77 -
System Red Green Blue C M Y K H S L
Decimal 56 134 186 0.70 0.28 0 0.27 204 0.54 0.47
Hex 38 86 BA 46 1C 0 1B CC 36 2F
Octal 70 206 272 106 34 0 33 314 66 57
Binary 111000 10000110 10111010 1000110 11100 0 11011 11001100 110110 101111

Color Harmonies of #3886BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3886BA

Black with #3886BA

Text Example


Text Example

White with #3886BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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