Html Css Color HEX #3884BA Curious Blue

📋 copy color: '#3884BA'

red 56 ◦ green 132 ◦ blue 186

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

Shades of Curious Blue #3884BA

Tints of Curious Blue #3884BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 14.97%
G = 35.29%
B = 49.73%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3884BA (or 0x3884BA) is known color: Curious Blue. HEX triplet: 38, 84 and BA. RGB value is (56,132,186). Sum of RGB (Red+Green+Blue) = 56+132+186=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3884BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884BA is #C77B45. Grayscale: #737373. Windows color (decimal): -13073222 or 12223544. OLE color: 12223544.

HSL color Cylindrical-coordinate representation of color #3884BA: hue angle of 204.92º 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 #3884BA is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 132 186 -
CMYK 0.70 0.29 0 0.27
HSL 204.92º 0.54% 0.47% -
HSV(B) 204.92º 0.7% 0.73% -
XYZ 18.75 20.89 49.5 -
YUV 115.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 56 132 186 0.70 0.29 0 0.27 204.92 0.54 0.47
Hex 38 84 BA 46 1D 0 1B CD 36 2F
Octal 70 204 272 106 35 0 33 315 66 57
Binary 111000 10000100 10111010 1000110 11101 0 11011 11001101 110110 101111

Color Harmonies of #3884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884BA

Black with #3884BA

Text Example


Text Example

White with #3884BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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