#3888B6

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

Shades of Curious Blue #3888B6

Tints of Curious Blue #3888B6

Color information

#3888B6 (or 0x3888B6) is unknown color: approx Curious Blue. HEX triplet: 38, 88 and B6. RGB value is (56,136,182). Sum of RGB (Red+Green+Blue) = 56+136+182=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #3888B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888B6 is #C77749. Grayscale: #757575. Windows color (decimal): -13072202 or 11962424. OLE color: 11962424.

HSL color Cylindrical-coordinate representation of color #3888B6: hue angle of 201.9º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3888B6 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56136182-
CMYK0.690.2500.29
HSL201.9º52.94%46.67%-
HSV(B)201.9º69.23%71.37%-
XYZ18.8821.8347.47-
YUV117.32164.584.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=14.97%
G=36.36%
B=48.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561361820.690.2500.29201.952.9446.67
Hex3888B6451901Dca352f
Octal70210266105310353126557
Binary111000100010001011011010001011100101110111001010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3888B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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