Html Css Color HEX #3884CF Curious Blue

📋 copy color: '#3884CF'

red 56 ◦ green 132 ◦ blue 207

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

Shades of Curious Blue #3884CF

Tints of Curious Blue #3884CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 14.18%
G = 33.42%
B = 52.41%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3884CF (or 0x3884CF) is known color: Curious Blue. HEX triplet: 38, 84 and CF. RGB value is (56,132,207). Sum of RGB (Red+Green+Blue) = 56+132+207=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #3884CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884CF is #C77B30. Grayscale: #757575. Windows color (decimal): -13073201 or 13599800. OLE color: 13599800.

HSL color Cylindrical-coordinate representation of color #3884CF: hue angle of 209.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3884CF is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 132 207 -
CMYK 0.73 0.36 0 0.19
HSL 209.8º 0.61% 0.52% -
HSV(B) 209.8º 0.73% 0.81% -
XYZ 21.14 21.85 62.13 -
YUV 117.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 56 132 207 0.73 0.36 0 0.19 209.8 0.61 0.52
Hex 38 84 CF 49 24 0 13 D2 3D 34
Octal 70 204 317 111 44 0 23 322 75 64
Binary 111000 10000100 11001111 1001001 100100 0 10011 11010010 111101 110100

Color Harmonies of #3884CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884CF

Black with #3884CF

Text Example


Text Example

White with #3884CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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