Html Css Color HEX #3880BF Curious Blue

📋 copy color: '#3880BF'

red 56 ◦ green 128 ◦ blue 191

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

Shades of Curious Blue #3880BF

Tints of Curious Blue #3880BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 191 (75% from 255) = 50.93%

R = 14.93%
G = 34.13%
B = 50.93%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3880BF (or 0x3880BF) is known color: Curious Blue. HEX triplet: 38, 80 and BF. RGB value is (56,128,191). Sum of RGB (Red+Green+Blue) = 56+128+191=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3880BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880BF is #C77F40. Grayscale: #717171. Windows color (decimal): -13074241 or 12550200. OLE color: 12550200.

HSL color Cylindrical-coordinate representation of color #3880BF: hue angle of 208º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3880BF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 128 191 -
CMYK 0.71 0.33 0 0.25
HSL 208º 0.55% 0.48% -
HSV(B) 208º 0.71% 0.75% -
XYZ 18.75 20.04 52.17 -
YUV 113.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 56 128 191 0.71 0.33 0 0.25 208 0.55 0.48
Hex 38 80 BF 47 21 0 19 D0 37 30
Octal 70 200 277 107 41 0 31 320 67 60
Binary 111000 10000000 10111111 1000111 100001 0 11001 11010000 110111 110000

Color Harmonies of #3880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3880BF

Black with #3880BF

Text Example


Text Example

White with #3880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3880BF; }

 p { color: rgb(56,128,191); }

 H1.HeaderClassName
 {
   color: #3880BF;
 }
 .AnyTagClassName
 {
   color: #3880BF;
 }
</style>

background-color css

<style>
 a { background-color: #3880BF; }

 a { background-color: rgb(56,128,191); }

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

border-color css

<style>
 span { border-color: #3880BF; }

 span { border-color: rgb(56,128,191); }

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