#3880CB

Color #3880CB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3880CB

Tints of Curious Blue #3880CB

Color information

#3880CB (or 0x3880CB) is unknown color: approx Curious Blue. HEX triplet: 38, 80 and CB. RGB value is (56,128,203). Sum of RGB (Red+Green+Blue) = 56+128+203=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #3880CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880CB is #C77F34. Grayscale: #727272. Windows color (decimal): -13074229 or 13336632. OLE color: 13336632.

HSL color Cylindrical-coordinate representation of color #3880CB: hue angle of 210.61º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3880CB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56128203-
CMYK0.720.3700.20
HSL210.61º58.57%50.78%-
HSV(B)210.61º72.41%79.61%-
XYZ20.1320.5959.41-
YUV115.02177.6585.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.47%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=14.47%
G=33.07%
B=52.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561282030.720.3700.20210.6158.5750.78
Hex3880CB4825014d33b33
Octal70200313110450243237363
Binary1110001000000011001011100100010010101010011010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3880CB;
 }
 .AnyTagClassName
 {
   color: #3880CB;
 }
</style>
background-color css

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

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

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

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

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

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