Html Css Color HEX #3889BC Curious Blue

📋 copy color: '#3889BC'

red 56 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #3889BC

Tints of Curious Blue #3889BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 14.7%
G = 35.96%
B = 49.34%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3889BC (or 0x3889BC) is known color: Curious Blue. HEX triplet: 38, 89 and BC. RGB value is (56,137,188). Sum of RGB (Red+Green+Blue) = 56+137+188=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #3889BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889BC is #C77643. Grayscale: #767676. Windows color (decimal): -13071940 or 12355896. OLE color: 12355896.

HSL color Cylindrical-coordinate representation of color #3889BC: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3889BC is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 137 188 -
CMYK 0.70 0.27 0 0.26
HSL 203.18º 0.54% 0.48% -
HSV(B) 203.18º 0.7% 0.74% -
XYZ 19.65 22.36 50.86 -
YUV 118.6 167.16 83.35 -
System Red Green Blue C M Y K H S L
Decimal 56 137 188 0.70 0.27 0 0.26 203.18 0.54 0.48
Hex 38 89 BC 46 1B 0 1A CB 36 30
Octal 70 211 274 106 33 0 32 313 66 60
Binary 111000 10001001 10111100 1000110 11011 0 11010 11001011 110110 110000

Color Harmonies of #3889BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3889BC

Black with #3889BC

Text Example


Text Example

White with #3889BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3889BC; }

 p { color: rgb(56,137,188); }

 H1.HeaderClassName
 {
   color: #3889BC;
 }
 .AnyTagClassName
 {
   color: #3889BC;
 }
</style>

background-color css

<style>
 a { background-color: #3889BC; }

 a { background-color: rgb(56,137,188); }

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

border-color css

<style>
 span { border-color: #3889BC; }

 span { border-color: rgb(56,137,188); }

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