Html Css Color HEX #3884CC Curious Blue

📋 copy color: '#3884CC'

red 56 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #3884CC

Tints of Curious Blue #3884CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 14.29%
G = 33.67%
B = 52.04%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3884CC (or 0x3884CC) is known color: Curious Blue. HEX triplet: 38, 84 and CC. RGB value is (56,132,204). Sum of RGB (Red+Green+Blue) = 56+132+204=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #3884CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884CC is #C77B33. Grayscale: #757575. Windows color (decimal): -13073204 or 13403192. OLE color: 13403192.

HSL color Cylindrical-coordinate representation of color #3884CC: hue angle of 209.19º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3884CC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 132 204 -
CMYK 0.73 0.35 0 0.2
HSL 209.19º 0.59% 0.51% -
HSV(B) 209.19º 0.73% 0.8% -
XYZ 20.78 21.7 60.22 -
YUV 117.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 56 132 204 0.73 0.35 0 0.2 209.19 0.59 0.51
Hex 38 84 CC 49 23 0 14 D1 3B 33
Octal 70 204 314 111 43 0 24 321 73 63
Binary 111000 10000100 11001100 1001001 100011 0 10100 11010001 111011 110011

Color Harmonies of #3884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884CC

Black with #3884CC

Text Example


Text Example

White with #3884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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