Html Css Color HEX #3886AF Curious Blue

📋 copy color: '#3886AF'

red 56 ◦ green 134 ◦ blue 175

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

Shades of Curious Blue #3886AF

Tints of Curious Blue #3886AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 15.34%
G = 36.71%
B = 47.95%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3886AF (or 0x3886AF) is known color: Curious Blue. HEX triplet: 38, 86 and AF. RGB value is (56,134,175). Sum of RGB (Red+Green+Blue) = 56+134+175=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #3886AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3886AF is #C77950. Grayscale: #737373. Windows color (decimal): -13072721 or 11503160. OLE color: 11503160.

HSL color Cylindrical-coordinate representation of color #3886AF: hue angle of 200.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3886AF is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 134 175 -
CMYK 0.68 0.23 0 0.31
HSL 200.67º 0.52% 0.45% -
HSV(B) 200.67º 0.68% 0.69% -
XYZ 17.89 20.99 43.67 -
YUV 115.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 56 134 175 0.68 0.23 0 0.31 200.67 0.52 0.45
Hex 38 86 AF 44 17 0 1F C9 34 2D
Octal 70 206 257 104 27 0 37 311 64 55
Binary 111000 10000110 10101111 1000100 10111 0 11111 11001001 110100 101101

Color Harmonies of #3886AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3886AF

Black with #3886AF

Text Example


Text Example

White with #3886AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3886AF; }

 p { color: rgb(56,134,175); }

 H1.HeaderClassName
 {
   color: #3886AF;
 }
 .AnyTagClassName
 {
   color: #3886AF;
 }
</style>

background-color css

<style>
 a { background-color: #3886AF; }

 a { background-color: rgb(56,134,175); }

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

border-color css

<style>
 span { border-color: #3886AF; }

 span { border-color: rgb(56,134,175); }

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