Html Css Color HEX #3884D7 Curious Blue

📋 copy color: '#3884D7'

red 56 ◦ green 132 ◦ blue 215

#3884D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3884D7

Tints of Curious Blue #3884D7

RGB

 RED value IS 56 (22.27% from 255) = 13.9%

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 13.9%
G = 32.75%
B = 53.35%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3884D7 (or 0x3884D7) is known color: Curious Blue. HEX triplet: 38, 84 and D7. RGB value is (56,132,215). Sum of RGB (Red+Green+Blue) = 56+132+215=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #3884D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884D7 is #C77B28. Grayscale: #767676. Windows color (decimal): -13073193 or 14124088. OLE color: 14124088.

HSL color Cylindrical-coordinate representation of color #3884D7: hue angle of 211.32º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3884D7 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 132 215 -
CMYK 0.74 0.39 0 0.16
HSL 211.32º 0.67% 0.53% -
HSV(B) 211.32º 0.74% 0.84% -
XYZ 22.15 22.25 67.42 -
YUV 118.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 56 132 215 0.74 0.39 0 0.16 211.32 0.67 0.53
Hex 38 84 D7 4A 27 0 10 D3 43 35
Octal 70 204 327 112 47 0 20 323 103 65
Binary 111000 10000100 11010111 1001010 100111 0 10000 11010011 1000011 110101

Color Harmonies of #3884D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884D7

Black with #3884D7

Text Example


Text Example

White with #3884D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3884D7; }

 p { color: rgb(56,132,215); }

 H1.HeaderClassName
 {
   color: #3884D7;
 }
 .AnyTagClassName
 {
   color: #3884D7;
 }
</style>

background-color css

<style>
 a { background-color: #3884D7; }

 a { background-color: rgb(56,132,215); }

 div.DivClassName
 {
   background-color: #3884D7;
 }
 .BgClassName
 {
   background-color: #3884D7;
 }
</style>

border-color css

<style>
 span { border-color: #3884D7; }

 span { border-color: rgb(56,132,215); }

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