Html Css Color HEX #3884CB Curious Blue

📋 copy color: '#3884CB'

red 56 ◦ green 132 ◦ blue 203

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

Shades of Curious Blue #3884CB

Tints of Curious Blue #3884CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 14.32%
G = 33.76%
B = 51.92%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3884CB (or 0x3884CB) is known color: Curious Blue. HEX triplet: 38, 84 and CB. RGB value is (56,132,203). Sum of RGB (Red+Green+Blue) = 56+132+203=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3884CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884CB is #C77B34. Grayscale: #757575. Windows color (decimal): -13073205 or 13337656. OLE color: 13337656.

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

Color convert

RGB 56 132 203 -
CMYK 0.72 0.35 0 0.20
HSL 208.98º 0.59% 0.51% -
HSV(B) 208.98º 0.72% 0.8% -
XYZ 20.66 21.66 59.59 -
YUV 117.37 176.32 84.23 -
System Red Green Blue C M Y K H S L
Decimal 56 132 203 0.72 0.35 0 0.20 208.98 0.59 0.51
Hex 38 84 CB 48 23 0 14 D1 3B 33
Octal 70 204 313 110 43 0 24 321 73 63
Binary 111000 10000100 11001011 1001000 100011 0 10100 11010001 111011 110011

Color Harmonies of #3884CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884CB

Black with #3884CB

Text Example


Text Example

White with #3884CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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