#3888C0

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

Shades of Curious Blue #3888C0

Tints of Curious Blue #3888C0

Color information

#3888C0 (or 0x3888C0) is unknown color: approx Curious Blue. HEX triplet: 38, 88 and C0. RGB value is (56,136,192). Sum of RGB (Red+Green+Blue) = 56+136+192=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #3888C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3888C0 is #C7773F. Grayscale: #767676. Windows color (decimal): -13072192 or 12617784. OLE color: 12617784.

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

Color convert

RGB56136192-
CMYK0.710.2900.25
HSL204.71º54.84%48.63%-
HSV(B)204.71º70.83%75.29%-
XYZ19.9522.2553.11-
YUV118.46169.583.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 192 (75.39% from 255) = 50%
R=14.58%
G=35.42%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561361920.710.2900.25204.7154.8448.63
Hex3888C0471D019cd3731
Octal70210300107350313156761
Binary111000100010001100000010001111110101100111001101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3888C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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