Html Css Color HEX #3880BC Curious Blue

📋 copy color: '#3880BC'

red 56 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #3880BC

Tints of Curious Blue #3880BC

RGB

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

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

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

R = 15.05%
G = 34.41%
B = 50.54%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3880BC (or 0x3880BC) is known color: Curious Blue. HEX triplet: 38, 80 and BC. RGB value is (56,128,188). Sum of RGB (Red+Green+Blue) = 56+128+188=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3880BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880BC is #C77F43. Grayscale: #717171. Windows color (decimal): -13074244 or 12353592. OLE color: 12353592.

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

Color convert

RGB 56 128 188 -
CMYK 0.70 0.32 0 0.26
HSL 207.27º 0.54% 0.48% -
HSV(B) 207.27º 0.7% 0.74% -
XYZ 18.43 19.91 50.45 -
YUV 113.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 56 128 188 0.70 0.32 0 0.26 207.27 0.54 0.48
Hex 38 80 BC 46 20 0 1A CF 36 30
Octal 70 200 274 106 40 0 32 317 66 60
Binary 111000 10000000 10111100 1000110 100000 0 11010 11001111 110110 110000

Color Harmonies of #3880BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3880BC

Black with #3880BC

Text Example


Text Example

White with #3880BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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