Html Css Color HEX #3889BA Curious Blue

📋 copy color: '#3889BA'

red 56 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #3889BA

Tints of Curious Blue #3889BA

RGB

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

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

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

R = 14.78%
G = 36.15%
B = 49.08%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3889BA (or 0x3889BA) is known color: Curious Blue. HEX triplet: 38, 89 and BA. RGB value is (56,137,186). Sum of RGB (Red+Green+Blue) = 56+137+186=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3889BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889BA is #C77645. Grayscale: #767676. Windows color (decimal): -13071942 or 12224824. OLE color: 12224824.

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

Color convert

RGB 56 137 186 -
CMYK 0.70 0.26 0 0.27
HSL 202.62º 0.54% 0.47% -
HSV(B) 202.62º 0.7% 0.73% -
XYZ 19.44 22.28 49.73 -
YUV 118.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 56 137 186 0.70 0.26 0 0.27 202.62 0.54 0.47
Hex 38 89 BA 46 1A 0 1B CB 36 2F
Octal 70 211 272 106 32 0 33 313 66 57
Binary 111000 10001001 10111010 1000110 11010 0 11011 11001011 110110 101111

Color Harmonies of #3889BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3889BA

Black with #3889BA

Text Example


Text Example

White with #3889BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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