Html Css Color HEX #3884AE Curious Blue

📋 copy color: '#3884AE'

red 56 ◦ green 132 ◦ blue 174

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

Shades of Curious Blue #3884AE

Tints of Curious Blue #3884AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 15.47%
G = 36.46%
B = 48.07%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3884AE (or 0x3884AE) is known color: Curious Blue. HEX triplet: 38, 84 and AE. RGB value is (56,132,174). Sum of RGB (Red+Green+Blue) = 56+132+174=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #3884AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3884AE is #C77B51. Grayscale: #717171. Windows color (decimal): -13073234 or 11437112. OLE color: 11437112.

HSL color Cylindrical-coordinate representation of color #3884AE: hue angle of 201.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3884AE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 132 174 -
CMYK 0.68 0.24 0 0.32
HSL 201.36º 0.51% 0.45% -
HSV(B) 201.36º 0.68% 0.68% -
XYZ 17.52 20.4 43.06 -
YUV 114.06 161.82 86.58 -
System Red Green Blue C M Y K H S L
Decimal 56 132 174 0.68 0.24 0 0.32 201.36 0.51 0.45
Hex 38 84 AE 44 18 0 20 C9 33 2D
Octal 70 204 256 104 30 0 40 311 63 55
Binary 111000 10000100 10101110 1000100 11000 0 100000 11001001 110011 101101

Color Harmonies of #3884AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3884AE

Black with #3884AE

Text Example


Text Example

White with #3884AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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