Html Css Color HEX #3887BA Curious Blue

📋 copy color: '#3887BA'

red 56 ◦ green 135 ◦ blue 186

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

Shades of Curious Blue #3887BA

Tints of Curious Blue #3887BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 14.85%
G = 35.81%
B = 49.34%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3887BA (or 0x3887BA) is known color: Curious Blue. HEX triplet: 38, 87 and BA. RGB value is (56,135,186). Sum of RGB (Red+Green+Blue) = 56+135+186=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3887BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3887BA is #C77845. Grayscale: #747474. Windows color (decimal): -13072454 or 12224312. OLE color: 12224312.

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

Color convert

RGB 56 135 186 -
CMYK 0.70 0.27 0 0.27
HSL 203.54º 0.54% 0.47% -
HSV(B) 203.54º 0.7% 0.73% -
XYZ 19.16 21.71 49.64 -
YUV 117.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 56 135 186 0.70 0.27 0 0.27 203.54 0.54 0.47
Hex 38 87 BA 46 1B 0 1B CC 36 2F
Octal 70 207 272 106 33 0 33 314 66 57
Binary 111000 10000111 10111010 1000110 11011 0 11011 11001100 110110 101111

Color Harmonies of #3887BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3887BA

Black with #3887BA

Text Example


Text Example

White with #3887BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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