#3888BC

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

Shades of Curious Blue #3888BC

Tints of Curious Blue #3888BC

Color information

#3888BC (or 0x3888BC) is unknown color: approx Curious Blue. HEX triplet: 38, 88 and BC. RGB value is (56,136,188). Sum of RGB (Red+Green+Blue) = 56+136+188=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #3888BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888BC is #C77743. Grayscale: #757575. Windows color (decimal): -13072196 or 12355640. OLE color: 12355640.

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

Color convert

RGB56136188-
CMYK0.700.2800.26
HSL203.64º54.1%47.84%-
HSV(B)203.64º70.21%73.73%-
XYZ19.5122.0850.81-
YUV118.01167.583.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=14.74%
G=35.79%
B=49.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561361880.700.2800.26203.6454.147.84
Hex3888BC461C01Acc3630
Octal70210274106340323146660
Binary111000100010001011110010001101110001101011001100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3888BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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