#3882CA

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

Shades of Curious Blue #3882CA

Tints of Curious Blue #3882CA

Color information

#3882CA (or 0x3882CA) is unknown color: approx Curious Blue. HEX triplet: 38, 82 and CA. RGB value is (56,130,202). Sum of RGB (Red+Green+Blue) = 56+130+202=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3882CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882CA is #C77D35. Grayscale: #737373. Windows color (decimal): -13073718 or 13271608. OLE color: 13271608.

HSL color Cylindrical-coordinate representation of color #3882CA: hue angle of 209.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3882CA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56130202-
CMYK0.720.3600.21
HSL209.59º57.94%50.59%-
HSV(B)209.59º72.28%79.22%-
XYZ20.2721.0758.88-
YUV116.08176.4885.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=14.43%
G=33.51%
B=52.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561302020.720.3600.21209.5957.9450.59
Hex3882CA4824015d23a33
Octal70202312110440253227263
Binary1110001000001011001010100100010010001010111010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3882CA; }

 p { color: rgb(56,130,202); }

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

<style>
 a { background-color: #3882CA; }

 a { background-color: rgb(56,130,202); }

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

<style>
 span { border-color: #3882CA; }

 span { border-color: rgb(56,130,202); }

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